Class: Net::IRC::RplMotdstart
Overview
375 <target> :- <server> Message of the day -
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) ⇒ RplMotdstart
constructor
A new instance of RplMotdstart.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplMotdstart
Returns a new instance of RplMotdstart.
453 454 455 |
# File 'lib/net/irc.rb', line 453 def initialize(target, text) super(nil, 'RPL_MOTDSTART', target, text) end |