unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 18a48eb2df185d2fdbe1a7f0fc4b689791a91bc4
parent 5b96618478dfb5f99267d1966b70e9500ee22b4b Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 20 Nov 2022 00:52:28 -0500 Fixed oepr autologin to use certfp and removed random e Diffstat:
|
2 files changed, 2 insertions(+), 3 deletions(-) | |
diff --git a/doc/conf/modules.conf b/doc/conf/modules.conf @@ -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"; |