Add AV2 descriptions to m_[l-m]*

This commit is contained in:
Elizabeth Myers 2016-03-07 02:34:00 -06:00
parent f1156bf07a
commit f5ebe640bc
7 changed files with 29 additions and 8 deletions

View 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