summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-15 11:05:02 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-15 11:05:02 +0000
commitea2697ccbfc48a0ce629a3770f9576e9615aecd8 (patch)
treef280eb25725f646cd9f9e8d6d4f2938d9d9aca46 /lib/rbot
parent37c94175806f0c75feb344124b7e5e884791f74d (diff)
New IRC Framework: set default capabilities to RFC's values
Diffstat (limited to 'lib/rbot')
-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,