# File rbot/ircbot.rb, line 315
  def topic(where, topic)
    @socket.puts "TOPIC #{where} :#{topic}"
  end