class Irc::NoSuchTargetMessage
class to handle ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL
Attributes
the channel or nick that was not found
Public Class Methods
Source
# File lib/rbot/message.rb, line 706 def initialize(bot, server, source, target, message='') super(bot, server, source, target, message) @target = target end
Calls superclass method
Irc::BasicUserMessage::new