class to manage IRC KICKs address?
can be used as a shortcut
to see if the bot was kicked, basically, target
was kicked
from channel
by source
with message
channel user was kicked from
# File lib/rbot/message.rb, line 536 def initialize(bot, server, source, target, channel, message="") super(bot, server, source, target, message) @channel = channel end
# File lib/rbot/message.rb, line 531 def inspect fields = ' channel=' << channel.to_s super(fields) end