Irc::BasicUserMessage
class to manage IRC INVITEs address? can be used as a shortcut to see if the bot was invited, which should be true except for server bugs
channel user was invited to
# File lib/rbot/message.rb, line 554 def initialize(bot, server, source, target, channel, message="") super(bot, server, source, target, message) @channel = channel end
# File lib/rbot/message.rb, line 549 def inspect fields = ' channel=' << channel.to_s super(fields) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.