summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-09 18:14:52 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-09 18:14:52 +0000
commit85d0af725c8eb535e0707eb3ede06a4143ec487d (patch)
treee3364233e2af3a9134d2ace785d055e1917080a6
parent15dcd0a2c50d308b3e1536d31f4c72cf87e896a1 (diff)
downloadirssi-85d0af725c8eb535e0707eb3ede06a4143ec487d.zip
Fixes to make irssi to work properly with several different irc servers/nets.
Some servers didn't allow WHO #a,#b,.., undernet servers reply with only one End of WHO message, some servers that don't understand MODE #a,#b,.. reply with "you're not on that channel". Also checking if irc server understands channel excepition/invites is done at server connect from event 004. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@40 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--src/common-setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-setup.h b/src/common-setup.h
index ac7b8943..bc0e5e6e 100644
--- a/src/common-setup.h
+++ b/src/common-setup.h
@@ -136,6 +136,7 @@ extern gint proxy_port;
extern gchar *proxy_string;
/* appearance */
+extern gboolean toggle_buggy_gtkthemes;
extern gboolean toggle_use_itext;
extern gboolean toggle_background_transparent;
extern gint panel_max_channels;