Class: Net::IRC::RplLuserop

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

Overview

252 <target> <count> :<text>

Constant Summary

Constants inherited from Message

Message::COMMAND_MAPS

Instance Attribute Summary

Attributes inherited from ReplyWithCount

#count

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, count, text) ⇒ RplLuserop

Returns a new instance of RplLuserop.



365
366
367
# File 'lib/net/irc.rb', line 365

def initialize(target, count, text)
  super(nil, 'RPL_LUSEROP', target, count, text)
end