Class: Net::IRC::CTCPErrmsg

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(keyword, text = nil) ⇒ CTCPErrmsg

Returns a new instance of CTCPErrmsg.



135
136
137
# File 'lib/net/irc.rb', line 135

def initialize(keyword, text = nil)
  super('ERRMSG', keyword, text)
end