Fixed oepr autologin to use certfp and removed random e

This commit is contained in:
Dionysus 2022-11-20 00:52:28 -05:00
parent 5b96618478
commit 18a48eb2df
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 2 additions and 3 deletions

View File

@ -175,7 +175,7 @@ loadmodule "extbans/quiet"; /* +b ~quiet */
loadmodule "extbans/textban"; /* +b ~text */
loadmodule "extbans/timedban"; /* +b ~time */
loadmodule "extbans/securitygroup"; /* +b ~security-group */
e
// IRCv3 Extensions
loadmodule "account-notify";
loadmodule "account-tag";

View File

@ -1,7 +1,6 @@
oper acidvegas {
auto-login yes;
mask localhost;
password "REDACTED" { sslclientcertfp; }
mask { certfp "REDACTED"; };
class clients;
operclass netadmin;
require-modes z;