diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-02 18:54:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-02 18:54:25 +0100 |
commit | 6e69f7f3ce22bf5537b1e02088b95352d04ec5cc (patch) | |
tree | b041426d6c655c4ba1c03d1a19a175d4b130a2b3 /src/core/weechat.c | |
parent | 640ff6b51c249b44c382eb92c03dafbfb482bc91 (diff) | |
download | weechat-6e69f7f3ce22bf5537b1e02088b95352d04ec5cc.zip |
Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug)
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r-- | src/core/weechat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 51c89997f..59d727de0 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -69,6 +69,7 @@ #include "../plugins/plugin.h" +int weechat_debug_core = 0; /* debug level for core */ char *weechat_argv0 = NULL; /* WeeChat binary file name (argv[0])*/ int weechat_upgrading; /* =1 if WeeChat is upgrading */ time_t weechat_start_time; /* start time (used by /uptime cmd) */ |