Class: ModSpox::Handlers::Handler
- Inherits:
-
Object
- Object
- ModSpox::Handlers::Handler
- Defined in:
- lib/mod_spox/handlers/Handler.rb
Direct Known Subclasses
BadNick, Bounce, Created, Invite, Join, Kick, LuserChannels, LuserClient, LuserMe, LuserOp, LuserUnknown, Mode, Motd, MyInfo, Names, Nick, NickInUse, Notice, Part, Ping, Pong, Privmsg, Quit, Topic, Welcome, Who, Whois, YourHost
Instance Method Summary collapse
Instance Method Details
#process(data) ⇒ Object
7 8 9 |
# File 'lib/mod_spox/handlers/Handler.rb', line 7 def process(data) raise Exceptions::NotImplemented.new('Method has not been implemented') end |