X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/0cb68b8aca1a38a3112641bff80c979a4a072cbd..5c34bc991cc0cbc4570717ddfd360a0449b646e3:/extensions/extb_ssl.c diff --git a/extensions/extb_ssl.c b/extensions/extb_ssl.c index b3a8d81..73e835b 100644 --- a/extensions/extb_ssl.c +++ b/extensions/extb_ssl.c @@ -1,4 +1,4 @@ -/* Oper extban type: matches ssl users */ +/* SSL extban type: matches ssl users */ #include "stdinc.h" #include "modules.h" @@ -31,8 +31,6 @@ static int eb_ssl(const char *data, struct Client *client_p, (void)chptr; (void)mode_type; - /* perhaps use data somehow? (opernick/flags?) */ - /* so deny any bans with data for now */ if (data != NULL) return EXTBAN_INVALID; return IsSSLClient(client_p) ? EXTBAN_MATCH : EXTBAN_NOMATCH;