summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-debug.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-09-18 18:44:03 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-09-18 18:44:03 +0200
commitc572e393e7399d125b543f4102d1baeb3b3b8391 (patch)
tree885fe3b4307148b377c3f5233c98e322a603c734 /src/plugins/irc/irc-debug.h
parentc3df7da6411a44da6b9fc0f52700372a1d074758 (diff)
downloadweechat-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.h2
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 "<--"