Class: IRCSupport::Message::CTCPReply

Inherits:
CTCP show all
Defined in:
lib/ircsupport/message.rb

Instance Attribute Summary

Attributes inherited from CTCP

#ctcp_args, #ctcp_type

Attributes inherited from Message

#channel, #message, #sender

Attributes inherited from IRCSupport::Message

#args, #command, #prefix

Instance Method Summary collapse

Methods inherited from Message

#is_action?, #is_notice?

Methods inherited from IRCSupport::Message

#type

Constructor Details

#initialize(args) ⇒ CTCPReply

Returns a new instance of CTCPReply.



608
609
610
611
# File 'lib/ircsupport/message.rb', line 608

def initialize(args)
  super(args)
  @type = "ctcpreply_#@ctcp_type".to_sym
end