diff options
| author | lassulus <lassulus@lassul.us> | 2021-03-26 20:04:35 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2021-03-26 20:04:35 +0100 |
| commit | 0a6b7de9b8a7cb7265f5d024617e49c746cc3d98 (patch) | |
| tree | 143c92e489ee23e9244af452ff033b7bd2e51219 | |
| parent | ef87e5e38876c3122f7b4ac95af8f57008eee777 (diff) | |
ircd: allow msg without join
| -rw-r--r-- | krebs/2configs/ircd.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/ircd.nix b/krebs/2configs/ircd.nix index 0de07a027..3ef2e7d2b 100644 --- a/krebs/2configs/ircd.nix +++ b/krebs/2configs/ircd.nix @@ -87,6 +87,7 @@ }; channel { + autochanmodes = "+t"; use_invex = yes; use_except = yes; use_forward = yes; |
