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