]> jfr.im git - solanum.git/blobdiff - modules/m_tb.c
modules: Add AV2 descriptions to all m_t* modules
[solanum.git] / modules / m_tb.c
index 50b8c6968a6119f7c48de8ae6bf22a61bb8e61f5..a66dab6b6e09b6e6da5f50eefbad3ebbb385e212 100644 (file)
@@ -44,6 +44,8 @@
 
 static int ms_tb(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 static int ms_etb(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
+static const char tb_desc[] =
+       "Provides TS6 TB and ETB commands for topic bursting between servers";
 
 struct Message tb_msgtab = {
        "TB", 0, 0, 0, 0,
@@ -56,7 +58,7 @@ struct Message etb_msgtab = {
 };
 
 mapi_clist_av1 tb_clist[] =  { &tb_msgtab, &etb_msgtab, NULL };
-DECLARE_MODULE_AV1(tb, NULL, NULL, tb_clist, NULL, NULL, "$Revision: 1349 $");
+DECLARE_MODULE_AV2(tb, NULL, NULL, tb_clist, NULL, NULL, NULL, NULL, tb_desc);
 
 /* m_tb()
  *