diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-18 18:44:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-18 18:44:03 +0200 |
commit | c572e393e7399d125b543f4102d1baeb3b3b8391 (patch) | |
tree | 885fe3b4307148b377c3f5233c98e322a603c734 /src/plugins/irc/irc-debug.h | |
parent | c3df7da6411a44da6b9fc0f52700372a1d074758 (diff) | |
download | weechat-c572e393e7399d125b543f4102d1baeb3b3b8391.zip |
Remove "category" for buffers (keep only name).
Diffstat (limited to 'src/plugins/irc/irc-debug.h')
-rw-r--r-- | src/plugins/irc/irc-debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-debug.h b/src/plugins/irc/irc-debug.h index a894df6b1..259764d59 100644 --- a/src/plugins/irc/irc-debug.h +++ b/src/plugins/irc/irc-debug.h @@ -20,6 +20,8 @@ #ifndef __WEECHAT_IRC_DEBUG_H #define __WEECHAT_IRC_DEBUG_H 1 +#define IRC_DEBUG_BUFFER_NAME "irc_debug" + #define IRC_DEBUG_PREFIX_RECV "-->" #define IRC_DEBUG_PREFIX_RECV_MOD "==>" #define IRC_DEBUG_PREFIX_SEND "<--" |