summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-08 00:11:38 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-08 00:11:38 +0000
commitf4fe749489f3e8ca97d1aa5f988d14c1bcae3d99 (patch)
tree27c6e49ad9c88ea3c29eafe8644da6ab5cbea708 /config
parent4eb054f4bb5cabc0427069b4524c1246d7d54359 (diff)
downloadirssi-f4fe749489f3e8ca97d1aa5f988d14c1bcae3d99.zip
undernet's stupid servers don't want to handle more than one query per
channel at a time and they won't send any kind of notice of it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1362 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 46bbdee1..9e25328b 100644
--- a/config
+++ b/config
@@ -11,7 +11,7 @@ servers = (
chatnets = {
IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; };
EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; };
- Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; };
+ Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; max_query_chans = "1"; };
DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
OPN = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };