]> jfr.im git - solanum.git/blobdiff - modules/m_links.c
Add AV2 descriptions to m_[l-m]*
[solanum.git] / modules / m_links.c
index 29c759f54b6dc9faeacb16ca656c1fe1769b9ba6..4366ed802e5949f0bc52bffdc3074ff08a866d08 100644 (file)
@@ -54,7 +54,10 @@ mapi_hlist_av1 links_hlist[] = {
        { NULL, NULL }
 };
 
-DECLARE_MODULE_AV2(links, NULL, NULL, links_clist, links_hlist, NULL, NULL, NULL, NULL);
+static const char links_desc[] =
+       "Provides the LINKS command to view servers linked to the host server";
+
+DECLARE_MODULE_AV2(links, NULL, NULL, links_clist, links_hlist, NULL, NULL, NULL, links_desc);
 
 /*
  * m_links - LINKS message handler