X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Firc.rb;h=81ea43c657255b72c3d8c83df403f5ac71ebc2b0;hb=8115edef0169d95f0ebb64d77364e346e9452099;hp=19ea3370186a6fc0a26aac63b061428dc45cf854;hpb=d4c5eb46ce33816fb7ccc5e477d9e572fdfb2f5c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index 19ea3370..81ea43c6 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -129,7 +129,7 @@ module Irc include Singleton def initialize - super('rfc1459', "\x41-\x5e", "\x61-\x7e") + super('rfc1459', "\x41-\x5a\x7b-\x7e", "\x61-\x7a\x5b-\x5e") end end @@ -141,7 +141,7 @@ module Irc include Singleton def initialize - super('strict-rfc1459', "\x41-\x5d", "\x61-\x7d") + super('strict-rfc1459', "\x41-\x5a\x7b-\x7d", "\x61-\x7a\x5b-\x5d") end end