Class: Net::IRC::RplGlobalusers
- Inherits:
-
ReplyWithTarget
- Object
- Message
- Reply
- ReplyWithTarget
- Net::IRC::RplGlobalusers
- Defined in:
- lib/net/irc.rb
Overview
266 <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) ⇒ RplGlobalusers
constructor
A new instance of RplGlobalusers.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, text) ⇒ RplGlobalusers
Returns a new instance of RplGlobalusers.
393 394 395 |
# File 'lib/net/irc.rb', line 393 def initialize(target, text) super(nil, 'RPL_GLOBALUSERS', target, text) end |