]> jfr.im git - solanum.git/blobdiff - extensions/extb_ssl.c
filter: drop messages if we're ACT_KILLing them
[solanum.git] / extensions / extb_ssl.c
index f6abc2a52e02d14f8bbe6a0df9a7dd68370be54f..801d4e9be9eb3ebe70a45e597207c328f512d908 100644 (file)
@@ -5,10 +5,11 @@
 #include "client.h"
 #include "ircd.h"
 
+static const char extb_desc[] = "SSL/TLS ($z) extban type";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_ssl(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
-static const char extb_desc[] = "SSL/TLS ($z) extban type";
 
 DECLARE_MODULE_AV2(extb_ssl, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);