# File lib/rbot/ircbot.rb, line 1282
  def stop_server_pings
    # cancel previous PINGs and reset time of last RECV
    @last_ping = nil
    @last_rec = nil
  end