]> jfr.im git - solanum.git/blobdiff - modules/m_cap.c
AV2 description: forgot this one too
[solanum.git] / modules / m_cap.c
index a8b68f5c751f6ae5ed7b9a69f9f03c3104c8793b..d74e38129c023e8c984af8f1da38d6ebe74e0055 100644 (file)
@@ -54,7 +54,10 @@ struct Message cap_msgtab = {
 };
 
 mapi_clist_av1 cap_clist[] = { &cap_msgtab, NULL };
-DECLARE_MODULE_AV2(cap, NULL, NULL, cap_clist, NULL, NULL, NULL, NULL, NULL);
+
+static const char cap_desc[] = "Provides the commands used for client capability negotiation";
+
+DECLARE_MODULE_AV2(cap, NULL, NULL, cap_clist, NULL, NULL, NULL, NULL, cap_desc);
 
 #define IsCapableEntry(c, e)           IsCapable(c, 1 << (e)->value)
 #define HasCapabilityFlag(c, f)                (c->ownerdata != NULL && (((struct ClientCapability *)c->ownerdata)->flags & (f)) == f)