]> jfr.im git - solanum.git/blobdiff - extensions/extb_extgecos.c
filter: drop messages if we're ACT_KILLing them
[solanum.git] / extensions / extb_extgecos.c
index f1090fc2fc8e8667a8976696c6540bc31472f2a9..7dbf73f1762cdead3deb283b619bc8dccf6d4222 100644 (file)
@@ -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_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);
 
 static int
 _modinit(void)