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

@ -55,7 +55,9 @@ struct Message sid_msgtab = {
mapi_clist_av1 server_clist[] = { &server_msgtab, &sid_msgtab, NULL };
DECLARE_MODULE_AV2(server, NULL, NULL, server_clist, NULL, NULL, NULL, NULL, NULL);
static const char server_desc[] = "Provides the SERVER and SID commands for TS6 use";
DECLARE_MODULE_AV2(server, NULL, NULL, server_clist, NULL, NULL, NULL, NULL, server_desc);
int bogus_host(const char *host);
static int set_server_gecos(struct Client *, const char *);