Class: Net::IRC::CTCPDcc

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(type, protocol, ip, port, *args) ⇒ CTCPDcc

Returns a new instance of CTCPDcc.



129
130
131
# File 'lib/net/irc.rb', line 129

def initialize(type, protocol, ip, port, *args)
  super('DCC', type, protocol, ip, port, *args)
end