Class: Net::IRC::RplEndofmotd
Overview
376 <target> :End of MOTD command.
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from Reply
Attributes inherited from Message
#command, #parameters, #prefix
Instance Method Summary collapse
-
#initialize(target, text) ⇒ RplEndofmotd
constructor
A new instance of RplEndofmotd.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplEndofmotd
Returns a new instance of RplEndofmotd.
460 461 462 |
# File 'lib/net/irc.rb', line 460 def initialize(target, text) super(nil, 'RPL_ENDOFMOTD', target, text) end |