Allows privileged opers to temporarily block new, non-TLS (aka SSL) user connections network-wide. ;3 There's a new operpriv, which if set, allows an oper of that class to both block and unblock non-TLS connections. Keep in mind that rehashing the IRCd also resets the blocking flag for that server. ;]
Config block:
operclass netadmin-blocknotls {
parent netadmin;
permissions {
blocknotls;
};
};
Syntax:
BLOCKNOTLS
UNBLOCKNOTLS
Both commands do not take any arguments and are broadcasted to other servers. =]