diff options
author | WlodekM <[email protected]> | 2024-11-26 09:51:39 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-11-26 09:51:39 +0200 |
commit | ae159f6d6cb2d5ab933730a3c07903452df8c1ef (patch) | |
tree | eb289275e861578632003e5b983213aeb320cedb /config.ini | |
parent | 2fb9a1cae1e2b2dc59f529e46965719367f53964 (diff) |
begin rewrite
Diffstat (limited to 'config.ini')
-rw-r--r-- | config.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.ini b/config.ini index ffd91e1..5fc55eb 100644 --- a/config.ini +++ b/config.ini @@ -19,11 +19,11 @@ annonFormat = "Anonymous#[num]" [profanity] filter = true -removeWords = ["butt", "arse", "balls", "dick"] -addWords = ["kys"] +removeWords = butt, arse, balls, dick +addWords = kys [channels] -channels = ["home", "off-topic", "random", "safe"] +channels = home, off-topic, random, safe [channel-home] ; You can set settings like profanity for specific channels |