mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Changed ircnet's max_query_chans to 5 from 10, so that it wouldn't take forever to receive WHO replies if you join to 10 channels..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2271 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c99205b512
commit
4d1938d4ef
@ -9,7 +9,7 @@ servers = (
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; max_query_chans = "10"; };
|
||||
IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; max_query_chans = "5"; };
|
||||
EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; };
|
||||
Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; };
|
||||
DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user