# File lib/rbot/ircbot.rb, line 820
  def mode(channel, mode, target)
      sendq "MODE #{channel} #{mode} #{target}", channel, 2
  end