# File rbot/message.rb, line 215def initialize(bot, source, channel, message="")
super(bot, source, channel, message)
@channel = channel
# in this case sourcenick is the nick that could be the bot
@address = (sourcenick.downcase == @bot.nick.downcase)
end