Class: Irc::RfcCasemap

Inherits:
Casemap show all
Includes:
Singleton
Defined in:
lib/rbot/irc.rb

Overview

The rfc1459 casemap

Instance Method Summary collapse

Methods inherited from Casemap

#==, get, #inspect, #lower, #must_be, #to_irc_casemap, #to_s, #upper

Constructor Details

#initializeRfcCasemap

Returns a new instance of RfcCasemap.



146
147
148
# File 'lib/rbot/irc.rb', line 146

def initialize
  super('rfc1459', "\x41-\x5a\x7b-\x7e", "\x61-\x7a\x5b-\x5e")
end