summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-05 02:43:48 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-05 02:43:48 +0000
commit0ccf04f67184d737b06ad9cf648ca61e85c38d9f (patch)
treeb31f107774df58f2c50db93fef593cf51790fd83 /irssi.conf
parent5a2e4e810ed339700669d9470713987837143aee (diff)
downloadirssi-0ccf04f67184d737b06ad9cf648ca61e85c38d9f.zip
updated max_whois properly, changed some values from 100 to 30.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2655 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf20
1 files changed, 17 insertions, 3 deletions
diff --git a/irssi.conf b/irssi.conf
index 077f15f5..b3e2833c 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -30,49 +30,63 @@ chatnets = {
max_kicks = "4";
max_modes = "4";
max_msgs = "3";
+ max_whois = "1";
};
Undernet = {
type = "IRC";
max_kicks = "4";
max_modes = "3";
max_msgs = "3";
+ max_whois = "30";
};
DALNet = {
type = "IRC";
max_kicks = "4";
max_modes = "6";
max_msgs = "3";
+ max_whois = "30";
+ };
+ OPN = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "4";
+ max_msgs = "1";
+ max_whois = "1";
};
- OPN = { type = "IRC"; max_kicks = "4"; max_modes = "4"; max_msgs = "1"; };
GIMPNet = {
type = "IRC";
max_kicks = "4";
max_modes = "4";
max_msgs = "3";
+ max_whois = "1";
};
- PTLink = {
+ PTlink = {
type = "IRC";
max_kicks = "1";
max_modes = "6";
max_msgs = "30";
+ max_whois = "1";
};
SorceryNet = {
type = "IRC";
max_kicks = "30";
max_modes = "6";
- max_msgs = "100";
+ max_msgs = "30";
+ max_whois = "30";
};
Hashmark = {
type = "IRC";
max_kicks = "4";
max_modes = "3";
max_msgs = "3";
+ max_whois = "30";
};
PTnet = {
type = "IRC";
max_kicks = "30";
max_modes = "13";
max_msgs = "10";
+ max_whois = "30";
};
SILC = { type = "SILC"; };
};