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