]> jfr.im git - solanum.git/blobdiff - extensions/extb_channel.c
Use const hook data where possible
[solanum.git] / extensions / extb_channel.c
index d669d0a5dc0b8754a415f04c1f36e323c58f4e5f..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_AV1(extb_channel, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1723 $");
+DECLARE_MODULE_AV2(extb_channel, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);
 
 static int
 _modinit(void)