X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/c81afd158057056dae1436c4a24a64e1d4448e34..0c23c0b1c526193bac9efb4decee564b2db16b0a:/extensions/extb_ssl.c diff --git a/extensions/extb_ssl.c b/extensions/extb_ssl.c index f6abc2a5..801d4e9b 100644 --- a/extensions/extb_ssl.c +++ b/extensions/extb_ssl.c @@ -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);