summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc.h')
-rw-r--r--src/plugins/irc/irc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h
index c859c0760..cf627bce0 100644
--- a/src/plugins/irc/irc.h
+++ b/src/plugins/irc/irc.h
@@ -55,6 +55,7 @@
#define IRC_COLOR_CHAT_HIGHLIGHT weechat_color("color_chat_highlight")
#define IRC_COLOR_CHAT_HOST weechat_color("color_chat_host")
#define IRC_COLOR_CHAT_NICK weechat_color("color_chat_nick")
+#define IRC_COLOR_CHAT_NICK_SELF weechat_color("color_chat_nick_self")
#define IRC_COLOR_CHAT_NICK_OTHER weechat_color("color_chat_nick_other")
#define IRC_COLOR_CHAT_SERVER weechat_color("color_chat_server")
#define IRC_COLOR_INFOBAR_HIGHLIGHT weechat_color("color_infobar_highlight")
@@ -67,6 +68,8 @@
extern struct t_weechat_plugin *weechat_irc_plugin;
extern struct t_hook *irc_hook_timer_check_away;
+extern int irc_debug;
+
extern gnutls_certificate_credentials gnutls_xcred;
#endif /* irc.h */