# File rbot.rb, line 360
  def nickchg(name)
      @socket.puts "NICK #{name}"
  end