]> jfr.im git - solanum.git/blobdiff - extensions/m_adminwall.c
Give all extensions/m_* modules AV2 descriptions
[solanum.git] / extensions / m_adminwall.c
index 6978a87103f80eff7c0db1d9503bd7e2e594b9e9..1c7f20a1975d3a5ffb90bc644504fcc4f61450d4 100644 (file)
@@ -47,7 +47,11 @@ struct Message adminwall_msgtab = {
 
 
 mapi_clist_av1 adminwall_clist[] = { &adminwall_msgtab, NULL };
-DECLARE_MODULE_AV1(adminwall, NULL, NULL, adminwall_clist, NULL, NULL, "$Revision: 20702 $");
+
+static const char adminwall_desc[] =
+        "Provides the ADMINWALL command to send a message to all administrators";
+
+DECLARE_MODULE_AV2(adminwall, NULL, NULL, adminwall_clist, NULL, NULL, NULL, NULL, adminwall_desc);
 
 
 /*