X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cbeab4bc340b7b3f4fbf424ff327758defb9598a..6cac5cce0fedf3f0ed0de91d51539c8b8629fd9f:/extensions/extb_extgecos.c diff --git a/extensions/extb_extgecos.c b/extensions/extb_extgecos.c index 943af37f..7dbf73f1 100644 --- a/extensions/extb_extgecos.c +++ b/extensions/extb_extgecos.c @@ -9,11 +9,13 @@ #include "client.h" #include "ircd.h" +static const char extb_desc[] = "Extended mask ($x) extban type"; + static int _modinit(void); static void _moddeinit(void); static int eb_extended(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type); -DECLARE_MODULE_AV1(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1339 $"); +DECLARE_MODULE_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc); static int _modinit(void)