The strict-rfc1459 Casemap
[Source]
# File lib/rbot/irc.rb, line 158 158: def initialize 159: super('strict-rfc1459', "\x41-\x5a\x7b-\x7d", "\x61-\x7a\x5b-\x5d") 160: end
[Validate]