Class: Net::IRC::CTCPPlay

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(filename, mime_type) ⇒ CTCPPlay

Returns a new instance of CTCPPlay.



141
142
143
# File 'lib/net/irc.rb', line 141

def initialize(filename, mime_type)
  super('PLAY', filename, mime_type)
end