Do AV2 strings for m_[d-h]*
This commit is contained in:
parent
5544da98b8
commit
9fd8e7cbc9
5 changed files with 23 additions and 7 deletions
|
@ -51,7 +51,11 @@ struct Message uhelp_msgtab = {
|
|||
};
|
||||
|
||||
mapi_clist_av1 help_clist[] = { &help_msgtab, &uhelp_msgtab, NULL };
|
||||
DECLARE_MODULE_AV2(help, NULL, NULL, help_clist, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
static const char help_desc[] =
|
||||
"Provides the help facility for commands, modes, and server concepts";
|
||||
|
||||
DECLARE_MODULE_AV2(help, NULL, NULL, help_clist, NULL, NULL, NULL, NULL, help_desc);
|
||||
|
||||
/*
|
||||
* m_help - HELP message handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue