Add more core module descriptions

This commit is contained in:
Elizabeth Myers 2016-03-07 01:16:24 -06:00
parent d821282260
commit ee6dcb0514
6 changed files with 23 additions and 8 deletions

View file

@ -64,8 +64,10 @@ struct Message bmask_msgtab = {
};
mapi_clist_av1 mode_clist[] = { &mode_msgtab, &tmode_msgtab, &mlock_msgtab, &bmask_msgtab, NULL };
static const char mode_desc[] =
"Provides the MODE and MLOCK client and server commands, and TS6 server-to-server TMODE and BMASK commands";
DECLARE_MODULE_AV2(mode, NULL, NULL, mode_clist, NULL, NULL, NULL, NULL, NULL);
DECLARE_MODULE_AV2(mode, NULL, NULL, mode_clist, NULL, NULL, NULL, NULL, mode_desc);
/*
* m_mode - MODE command handler