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