]> jfr.im git - solanum.git/blobdiff - modules/m_pong.c
Migrate remaining modules to AV2
[solanum.git] / modules / m_pong.c
index 6630a831dc90a0239af395ac594b7495b7fc3812..b09b68f5619d0f62d63d82ab29a4bcaf8ae99ba3 100644 (file)
@@ -47,7 +47,7 @@ struct Message pong_msgtab = {
 };
 
 mapi_clist_av1 pong_clist[] = { &pong_msgtab, NULL };
-DECLARE_MODULE_AV1(pong, NULL, NULL, pong_clist, NULL, NULL, "$Revision: 3181 $");
+DECLARE_MODULE_AV2(pong, NULL, NULL, pong_clist, NULL, NULL, NULL, NULL, NULL);
 
 static int
 ms_pong(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])