Class: Net::IRC::RplEndofnames
- Inherits:
-
ReplyWithChannel
- Object
- Message
- Reply
- ReplyWithTarget
- ReplyWithChannel
- Net::IRC::RplEndofnames
- Defined in:
- lib/net/irc.rb
Overview
366 <target> <channel> :End of /NAMES list
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from ReplyWithChannel
Attributes inherited from ReplyWithTarget
Attributes inherited from Reply
Attributes inherited from Message
#command, #parameters, #prefix
Instance Method Summary collapse
-
#initialize(target, channel, text) ⇒ RplEndofnames
constructor
A new instance of RplEndofnames.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, channel, text) ⇒ RplEndofnames
Returns a new instance of RplEndofnames.
439 440 441 |
# File 'lib/net/irc.rb', line 439 def initialize(target, channel, text) super(nil, 'RPL_ENDOFNAMES', target, channel, text) end |