# File rbot/plugins/autorejoin.rb, line 5
  def kick(m)
    @bot.join m.channel
    @bot.say m.channel, @bot.lang.get("insult") % m.sourcenick
  end