Class: Net::IRC::RplYourhost
Overview
002 <target> :Your host is <servername>, running version <ver>
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) ⇒ RplYourhost
constructor
A new instance of RplYourhost.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplYourhost
Returns a new instance of RplYourhost.
286 287 288 |
# File 'lib/net/irc.rb', line 286 def initialize(target, text) super(nil, 'RPL_YOURHOST', target, text) end |