0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

chm_nocolour: add AV2 docs

This commit is contained in:
Elizabeth Myers 2016-03-07 01:31:27 -06:00
parent 4d552723ee
commit 4a0944732a

View file

@ -44,6 +44,9 @@ mapi_hfn_list_av1 chm_nocolour_hfnlist[] = {
{ NULL, NULL }
};
static const char chm_nocolour_desc[] =
"Enables channel mode +c that filters colours and formatting from a channel";
static void
chm_nocolour_process(hook_data_privmsg_channel *data)
{
@ -76,4 +79,4 @@ _moddeinit(void)
cflag_orphan('c');
}
DECLARE_MODULE_AV2(chm_nocolour, _modinit, _moddeinit, NULL, NULL, chm_nocolour_hfnlist, NULL, NULL, NULL);
DECLARE_MODULE_AV2(chm_nocolour, _modinit, _moddeinit, NULL, NULL, chm_nocolour_hfnlist, NULL, NULL, chm_nocolour_desc);