Methods

Class/Module Index [+]

Quicksearch

Irc::WhoisMessage

class to manage WHOIS replies

Attributes

whois[R]

Public Class Methods

new(bot, server, source, target, whois) click to toggle source
# File lib/rbot/message.rb, line 603
def initialize(bot, server, source, target, whois)
  super(bot, server, source, target, "")
  @address = (target == @bot.myself)
  @whois = whois
end

Public Instance Methods

inspect() click to toggle source
# File lib/rbot/message.rb, line 609
def inspect
  fields = ' whois=' << whois.inspect
  super(fields)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.