Class: Net::IRC::RplLuserclient
- Inherits:
-
ReplyWithTarget
- Object
- Message
- Reply
- ReplyWithTarget
- Net::IRC::RplLuserclient
- Defined in:
- lib/net/irc.rb
Overview
251 <target> :<text>
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from ReplyWithTarget
Attributes inherited from Reply
Attributes inherited from Message
#command, #parameters, #prefix
Instance Method Summary collapse
-
#initialize(target, text) ⇒ RplLuserclient
constructor
A new instance of RplLuserclient.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplLuserclient
Returns a new instance of RplLuserclient.
349 350 351 |
# File 'lib/net/irc.rb', line 349 def initialize(target, text) super(nil, 'RPL_LUSERCLIENT', target, text) end |