Class: Net::IRC::CTCPFinger

Inherits:
CTCP
  • Object
show all
Defined in:
lib/net/irc.rb

Constant Summary

Constants inherited from CTCP

Net::IRC::CTCP::CTCP_REGEX

Instance Attribute Summary

Attributes inherited from CTCP

#keyword, #parameters, #source, #target

Instance Method Summary collapse

Methods inherited from CTCP

parse, #to_s

Constructor Details

#initialize(text = nil) ⇒ CTCPFinger

Returns a new instance of CTCPFinger.



114
115
116
# File 'lib/net/irc.rb', line 114

def initialize(text = nil)
  super('FINGER', text)
end