mirror of
https://github.com/pissnet/angiosperm.git
synced 2025-08-13 18:41:36 +01:00
Give all extensions/m_* modules AV2 descriptions
This commit is contained in:
parent
f45f4143f6
commit
02369fa767
13 changed files with 47 additions and 17 deletions
extensions
|
@ -36,7 +36,9 @@ struct Message mkpasswd_msgtab = {
|
|||
|
||||
mapi_clist_av1 mkpasswd_clist[] = { &mkpasswd_msgtab, NULL };
|
||||
|
||||
DECLARE_MODULE_AV2(mkpasswd, NULL, NULL, mkpasswd_clist, NULL, NULL, NULL, NULL, NULL);
|
||||
const char mkpasswd_desc[] = "Hash a password for use in ircd.conf";
|
||||
|
||||
DECLARE_MODULE_AV2(mkpasswd, NULL, NULL, mkpasswd_clist, NULL, NULL, NULL, NULL, mkpasswd_desc);
|
||||
|
||||
|
||||
/* m_mkpasswd - mkpasswd message handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue