From fc884cde0c2b2d912ea28246b817f21a55c6f15f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Oct 2024 23:12:53 +0300 Subject: [PATCH] change to use spanning tree for linking --- services/atheme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/atheme.conf b/services/atheme.conf index de63faa..d2660c9 100644 --- a/services/atheme.conf +++ b/services/atheme.conf @@ -1,7 +1,7 @@ include "/etc/atheme/include.conf"; loadmodule "security/cmdperm"; -loadmodule "protocol/charybdis"; +loadmodule "protocol/inspircd"; loadmodule "protocol/mixin_nohalfops"; loadmodule "protocol/mixin_noholdnick"; loadmodule "protocol/mixin_noprotect";