Class: ModSpox::Handlers::LuserChannels
- Defined in:
- lib/mod_spox/handlers/LuserChannels.rb
Instance Method Summary collapse
-
#initialize(handlers) ⇒ LuserChannels
constructor
A new instance of LuserChannels.
- #process(string) ⇒ Object
Methods inherited from Handler
Constructor Details
#initialize(handlers) ⇒ LuserChannels
Returns a new instance of LuserChannels.
5 6 7 |
# File 'lib/mod_spox/handlers/LuserChannels.rb', line 5 def initialize(handlers) handlers[RPL_LUSERCHANNELS] = self end |