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