summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-10 10:21:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-10 10:21:46 +0000
commitc674db5c8ef5c32933f39055029e07a6ce18a62a (patch)
treed43cb28d09f7cceb1fafcc7de8183111fda54de8 /src/irc/core/irc-servers.h
parent3990779dc507e0c81dceae0ea691294d2b15e910 (diff)
downloadirssi-c674db5c8ef5c32933f39055029e07a6ce18a62a.zip
Don't stop reconnecting to server if we get nick collided
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2408 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/core/irc-servers.h')
-rw-r--r--src/irc/core/irc-servers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/irc-servers.h b/src/irc/core/irc-servers.h
index 370dd0d1..0f4659cd 100644
--- a/src/irc/core/irc-servers.h
+++ b/src/irc/core/irc-servers.h
@@ -59,6 +59,7 @@ struct _IRC_SERVER_REC {
unsigned int no_multi_who:1; /* Server doesn't understand WHO #chan1,#chan2,... */
unsigned int one_endofwho:1; /* /WHO #a,#b,.. replies only with one End of WHO message */
unsigned int disable_lag:1; /* Disable lag detection (PING command doesn't exist) */
+ unsigned int nick_collision:1; /* We're just now being killed because of nick collision */
int max_kicks_in_cmd; /* max. number of people to kick with one /KICK command */
int max_modes_in_cmd; /* max. number of mode changes in one /MODE command */