diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-15 11:05:02 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-15 11:05:02 +0000 |
commit | ea2697ccbfc48a0ce629a3770f9576e9615aecd8 (patch) | |
tree | f280eb25725f646cd9f9e8d6d4f2938d9d9aca46 /lib | |
parent | 37c94175806f0c75feb344124b7e5e884791f74d (diff) |
New IRC Framework: set default capabilities to RFC's values
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/irc.rb | 4 |
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,
|