mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
Fixed oepr autologin to use certfp and removed random e
This commit is contained in:
parent
5b96618478
commit
18a48eb2df
@ -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";
|
||||
|
@ -1,7 +1,6 @@
|
||||
oper acidvegas {
|
||||
auto-login yes;
|
||||
mask localhost;
|
||||
password "REDACTED" { sslclientcertfp; }
|
||||
mask { certfp "REDACTED"; };
|
||||
class clients;
|
||||
operclass netadmin;
|
||||
require-modes z;
|
||||
|
Loading…
Reference in New Issue
Block a user