summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irssi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi.conf b/irssi.conf
index a7371097..c95864b4 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -13,7 +13,7 @@ chatnets = {
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; };
- OPN = { type = "IRC"; max_kicks = 1; max_modes = 4; max_msgs = 100; };
+ OPN = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 1; };
PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
SILC = { type = "SILC"; };
};