ircd: allow msg without join

This commit is contained in:
lassulus 2021-03-26 20:04:35 +01:00
parent ef87e5e388
commit 0a6b7de9b8

View File

@ -87,6 +87,7 @@
}; };
channel { channel {
autochanmodes = "+t";
use_invex = yes; use_invex = yes;
use_except = yes; use_except = yes;
use_forward = yes; use_forward = yes;