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