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