summaryrefslogtreecommitdiff
path: root/lib/rbot/irc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot/irc.rb')
-rw-r--r--lib/rbot/irc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb
index 6d46f75f..3febc82a 100644
--- a/lib/rbot/irc.rb
+++ b/lib/rbot/irc.rb
@@ -1331,8 +1331,8 @@ module Irc
:typec => nil, # Type C: needs a parameter when set
:typed => nil # Type D: must not have a parameter
},
- :channellen => 200,
- :chantypes => "#&",
+ :channellen => 50,
+ :chantypes => "#&!+",
:excepts => nil,
:idchan => {},
:invex => nil,