# File lib/rbot/ircbot.rb, line 1224
  def kick(channel, user, msg)
    sendq "KICK #{channel} #{user} :#{msg}", channel, 2
  end