Methods

Class/Module Index [+]

Quicksearch

Irc::NoSuchTargetMessage

class to handle ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL

Attributes

target[R]

the channel or nick that was not found

Public Class Methods

new(bot, server, source, target, message='') click to toggle source
# File lib/rbot/message.rb, line 706
def initialize(bot, server, source, target, message='')
  super(bot, server, source, target, message)

  @target = target
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.