mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 20:16:42 +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/textban"; /* +b ~text */
|
||||||
loadmodule "extbans/timedban"; /* +b ~time */
|
loadmodule "extbans/timedban"; /* +b ~time */
|
||||||
loadmodule "extbans/securitygroup"; /* +b ~security-group */
|
loadmodule "extbans/securitygroup"; /* +b ~security-group */
|
||||||
e
|
|
||||||
// IRCv3 Extensions
|
// IRCv3 Extensions
|
||||||
loadmodule "account-notify";
|
loadmodule "account-notify";
|
||||||
loadmodule "account-tag";
|
loadmodule "account-tag";
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
oper acidvegas {
|
oper acidvegas {
|
||||||
auto-login yes;
|
auto-login yes;
|
||||||
mask localhost;
|
mask { certfp "REDACTED"; };
|
||||||
password "REDACTED" { sslclientcertfp; }
|
|
||||||
class clients;
|
class clients;
|
||||||
operclass netadmin;
|
operclass netadmin;
|
||||||
require-modes z;
|
require-modes z;
|
||||||
|
Loading…
Reference in New Issue
Block a user