The ascii Casemap
[Source]
# File lib/rbot/irc.rb, line 170 170: def initialize 171: super('ascii', "\x41-\x5a", "\x61-\x7a") 172: end
[Validate]