Class: Net::IRC::RplLuserme
- Inherits:
-
ReplyWithTarget
- Object
- Message
- Reply
- ReplyWithTarget
- Net::IRC::RplLuserme
- Defined in:
- lib/net/irc.rb
Overview
255 <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) ⇒ RplLuserme
constructor
A new instance of RplLuserme.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplLuserme
Returns a new instance of RplLuserme.
379 380 381 |
# File 'lib/net/irc.rb', line 379 def initialize(target, text) super(nil, 'RPL_LUSERME', target, text) end |