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