From ea2697ccbfc48a0ce629a3770f9576e9615aecd8 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 15 Feb 2007 11:05:02 +0000 Subject: New IRC Framework: set default capabilities to RFC's values --- lib/rbot/irc.rb | 4 ++-- 1 file 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, -- cgit v1.2.3