1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

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
This commit is contained in:
Timo Sirainen 1999-10-09 18:14:52 +00:00 committed by cras
parent 15dcd0a2c5
commit 85d0af725c

View File

@ -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;