1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
This commit is contained in:
Timo Sirainen 2001-03-08 00:11:38 +00:00 committed by cras
parent 4eb054f4bb
commit f4fe749489

2
config
View File

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