Irc::BasicUserMessage
class to manage WHOIS replies
# 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
# File lib/rbot/message.rb, line 609 def inspect fields = ' whois=' << whois.inspect super(fields) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.