summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-12-15 18:24:21 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-12-15 18:24:21 +0000
commitc0620e08041d8fe7dfc0d04f33c30a16c55de2d5 (patch)
tree2b3b818d011489b2b126496c5ace0c535c7842af /irssi.conf
parent5e65d392615266b673bec938cbba02e4c8931026 (diff)
downloadirssi-c0620e08041d8fe7dfc0d04f33c30a16c55de2d5.zip
max_query_chans = "10" removed from all networks except ircnet. Looks like
it's the only network where it works.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2251 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/irssi.conf b/irssi.conf
index 33afafcb..73aa0fff 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -10,11 +10,11 @@ servers = (
chatnets = {
IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; max_query_chans = "10"; };
- EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; max_query_chans = "10"; };
+ 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; max_query_chans = "10"; };
- OPN = { type = "IRC"; max_kicks = 1; max_modes = 4; max_msgs = 100; max_query_chans = "10"; };
- PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; max_query_chans = "10"; };
+ DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
+ OPN = { type = "IRC"; max_kicks = 1; max_modes = 4; max_msgs = 100; };
+ PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
SILC = { type = "SILC"; };
};