summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-12-19 15:58:23 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-12-19 15:58:23 +0000
commit4d1938d4ef9d9866a7394f5f4d436db8f8511ba2 (patch)
treea4731d72930cc04449399e118286d79347aee2d9 /irssi.conf
parentc99205b512023e0a578767e6c723c87f81e03f4f (diff)
downloadirssi-4d1938d4ef9d9866a7394f5f4d436db8f8511ba2.zip
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
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi.conf b/irssi.conf
index 73aa0fff..a7371097 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -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; };