class to handle ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL
[Source]
# File lib/rbot/message.rb, line 706 706: def initialize(bot, server, source, target, message='') 707: super(bot, server, source, target, message) 708: 709: @target = target 710: end
[Validate]