unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit c095b75bfe8a950aded5b41442bc9bc8923ffe0a
parent d3c16ac744dec56893ef570fb17a7754f409d164
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 31 Mar 2021 19:46:19 -0400

enabled join extban

Diffstat:
Mdoc/conf/modules.conf | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf/modules.conf b/doc/conf/modules.conf
@@ -147,7 +147,7 @@ loadmodule "usermodes/servicebot";    /* +S */
 loadmodule "extbans/account";       /* +b ~a */
 #loadmodule "extbans/certfp";       /* +b ~S */
 #loadmodule "extbans/inchannel";    /* +b ~c */
-#loadmodule "extbans/join";         /* +b ~j */
+loadmodule "extbans/join";          /* +b ~j */
 loadmodule "extbans/msgbypass";     /* +e ~m */
 #loadmodule "extbans/nickchange";   /* +b ~n */
 #loadmodule "extbans/operclass";    /* +b ~O */