Class: Net::IRC::RplLoggedin
- Inherits:
-
ReplyWithRegistryParameters
- Object
- Message
- Reply
- ReplyWithTarget
- ReplyWithRegistryParameters
- Net::IRC::RplLoggedin
- Defined in:
- lib/net/irc.rb
Overview
901 <target> <id> <username> <hostname> :You are now logged in. (id <id>, username <username>, hostname <hostname>)
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from ReplyWithRegistryParameters
Attributes inherited from ReplyWithTarget
Attributes inherited from Reply
Attributes inherited from Message
#command, #parameters, #prefix
Instance Method Summary collapse
-
#initialize(target, id, username, hostname, text) ⇒ RplLoggedin
constructor
A new instance of RplLoggedin.
Methods inherited from Message
command_for_number, parse, #prefix?, #to_s, #write
Constructor Details
#initialize(target, id, username, hostname, text) ⇒ RplLoggedin
Returns a new instance of RplLoggedin.
505 506 507 |
# File 'lib/net/irc.rb', line 505 def initialize(target, id, username, hostname, text) super(nil, 'RPL_LOGGED_IN', target, id, username, hostname, text) end |