prashker / PrashFour

Web Based IRC Client + Bouncer Functionality
0 stars 0 forks source link

/ping modification and implementation of PING #46

Closed prashker closed 11 years ago

prashker commented 11 years ago

Modifications:

  1. Make /ping show Minimum, Maximum, Last MS, Average MS
  2. Make /ping "username" ping a user, which means implementing PING of Node-IRC
  3. Responding to PONG (relates to 2).
prashker commented 11 years ago

/ping will show LAST one. /ping "username" is not supported by Node-IRC (it handles when someone pings us automatically via CTCP PING in their souce code)