From 73721f6424373863741d8ee01a1c4682755c1c6c Mon Sep 17 00:00:00 2001 From: WlodekM Date: Fri, 8 Nov 2024 12:18:16 +0200 Subject: ini config (wip) --- config.ini | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..ffd91e1 --- /dev/null +++ b/config.ini @@ -0,0 +1,34 @@ +; wsChat v1.3.1 configuration file + +[server] +port = 9933 +name = "wsChat server" +; Avaliable replacers: +; * $(serverName)$ - the name of the server +; * $(userCount)$ - the current user count +; * $(max)$ - the max ammount of users +motd = "Welcome to $(serverName)$\nRun /help to see a list of commands or run /register to make an account" +fullMessage = "Sorry, but the server is full right now, come back later" +max = 20 + +[accounts] +owner = "WlodekM" +saveIP = false +requireLogin = true +annonFormat = "Anonymous#[num]" + +[profanity] +filter = true +removeWords = ["butt", "arse", "balls", "dick"] +addWords = ["kys"] + +[channels] +channels = ["home", "off-topic", "random", "safe"] + +[channel-home] +; You can set settings like profanity for specific channels +profanity = true ; true = dont filter, false = do filter + +[channel-off-topic] +; You can also set a slowmode +slowmode = 5 ; Time in seconds -- cgit 1.4.1-2-gfad0