1
0
Fork 0
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:
Elizabeth Myers 2016-03-07 03:40:51 -06:00
parent f45f4143f6
commit 02369fa767
13 changed files with 47 additions and 17 deletions
extensions

View file

@ -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