]> jfr.im git - solanum.git/blobdiff - modules/m_list.c
Add AV2 descriptions to m_[l-m]*
[solanum.git] / modules / m_list.c
index 80f9d9dae6ec41ec9ecf684c0aeee74097887635..3f2d44dc960d63a673b7667d97f1eb845a6ad28c 100644 (file)
@@ -81,7 +81,9 @@ mapi_hfn_list_av1 list_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV2(list, _modinit, _moddeinit, list_clist, NULL, list_hfnlist, NULL, NULL, NULL);
+static const char list_desc[] = "Provides the LIST command to clients to view non-hidden channels";
+
+DECLARE_MODULE_AV2(list, _modinit, _moddeinit, list_clist, NULL, list_hfnlist, NULL, NULL, list_desc);
 
 static struct ev_entry *iterate_clients_ev = NULL;