alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

Constant "localhost PING localhost localhost" in main server window #32

Closed jus101 closed 11 years ago

jus101 commented 12 years ago

When using the mIRC client, in the server window there is a continuous stream of "localhost PING localhost localhost". Version is 0.0.11

alexyoung commented 12 years ago

Does this not happen with other IRC daemons and mIRC?

jus101 commented 12 years ago

Nope. Usually you'll see a few PING/PONG messages - but not at the rate I'm seeing them (about one every 15s). Also, the default option in mIRC is to hide PING/PONG messages.

jus101 commented 12 years ago

Btw, I switched to version 0.0.9 which doesn't have the problem.