]> jfr.im git - solanum.git/blobdiff - extensions/extb_hostmask.c
extensions: add AV2 description strings to a few modules
[solanum.git] / extensions / extb_hostmask.c
index d853f75a47cfd36f465ce8e8e8cac72635f63120..169235f4879b7e267c180b09cf9577cab57bda05 100644 (file)
@@ -12,8 +12,9 @@
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_hostmask(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
+static const char extb_desc[] = "Hostmask ($m) extban type";
 
-DECLARE_MODULE_AV2(extb_hostmask, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(extb_hostmask, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);
 
 static int
 _modinit(void)