Class Irc::KickMessage
In: rbot/message.rb
Parent: BasicUserMessage
Module: Irc

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

Methods
new   
Attributes
:channel  [R] 

channel user was kicked from

Public Class methods
new(bot, source, target, channel, message="")