]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/extb_ssl.c
Log to serverlog when throwing out a server because of a bad nickname.
[irc/rqf/shadowircd.git] / extensions / extb_ssl.c
index b3a8d810d8088d58deb13a0309a7c6431e9ed9e9..73e835b15564bd9ed8ab90dc889385f313e97627 100644 (file)
@@ -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;