Avoid repeating PONG handling that may already have been done.
[ircu2.10.12-pk.git] / ChangeLog
index 343b6b429c23abc09858f2bac9aa2dccf860b6ea..fdf813f09eb54af3221d9f486fd1f70caf3684b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here...
+
+       * ircd/s_auth.c (auth_set_pong): ... to here.
+
 2006-05-07  Michael Poole <mdpoole@troilus.org>
 
        * include/s_auth.h (auth_ping_timeout): Declare new function.