Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / parse.c
index 3654e4028b48500ab59ce8a7811f3bbad68be1a2..18bbfb161f5732eff0d9cdab6d266170cb797965 100644 (file)
@@ -199,7 +199,7 @@ struct Message msgtab[] = {
     TOK_PONG,
     0, MAXPARA, MFLG_SLOW | MFLG_UNREG, 0,
     /* UNREG, CLIENT, SERVER, OPER, SERVICE */
-    { mr_pong, m_ignore, ms_pong, m_ignore, m_ignore }
+    { mr_pong, m_pong, ms_pong, m_ignore, m_ignore }
   },
   {
     MSG_ERROR,