]> jfr.im git - solanum.git/blobdiff - extensions/extb_channel.c
Use const hook data where possible
[solanum.git] / extensions / extb_channel.c
index 36af6f136b6977d737e67bb7a8d99066d5193240..3225d07606a193e634e7c879d3c5d6a2f84e10b4 100644 (file)
 #include "hash.h"
 #include "ircd.h"
 
+static const char extb_desc[] = "Channel ($c) extban type";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_channel(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
 
-DECLARE_MODULE_AV2(extb_channel, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(extb_channel, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);
 
 static int
 _modinit(void)