mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
4eb054f4bb
commit
f4fe749489
2
config
2
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; };
|
||||
|
Loading…
Reference in New Issue
Block a user