X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/0e51998bf823bd9d24ec989e402ede97aac502a5..bd0d352f12ee12bbe14b43c4eed9fbc74c51ac00:/extensions/extb_ssl.c diff --git a/extensions/extb_ssl.c b/extensions/extb_ssl.c index b3a8d810..73e835b1 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;