Add more core module descriptions
This commit is contained in:
parent
d821282260
commit
ee6dcb0514
6 changed files with 23 additions and 8 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue