Class: Net::IRC::RplGlobalusers

Inherits:
ReplyWithTarget show all
Defined in:
lib/net/irc.rb

Overview

266 <target> :<text>

Constant Summary

Constants inherited from Message

Message::COMMAND_MAPS

Instance Attribute Summary

Attributes inherited from ReplyWithTarget

#target

Attributes inherited from Reply

#text

Attributes inherited from Message

#command, #parameters, #prefix

Instance Method Summary collapse

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