# File rbot/ircbot.rb, line 359
  def topic(where, topic)
    sendq "TOPIC #{where} :#{topic}"
  end