diff options
author | WlodekM <[email protected]> | 2024-08-09 20:52:45 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-09 20:52:45 +0300 |
commit | 992a2cfd9af2820ced6effa0f28f0ba99943660f (patch) | |
tree | 47c14da5bdb2a4ad7b32dee89d18e15f94bb26d2 | |
parent | f95b5f0af657fb2dca55cb5471eaecef4261132f (diff) |
change default motd
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index e8b3745..01d849a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "wsChat server", - "motd": "Welcome to $(serverName)$\nRun /help to see a list of commands\nHUGE CLIENT UPDATE\n- Client now supports links!\n- You can now {b}style{/b} your {i}messages{/i} with \\{b} or \\{i} tags!\n- {c#ff1111}Color support{/c} with {c#22aaff}\\{c#HEXCOLOR}{/c} tags", + "motd": "Welcome to $(serverName)$\nRun /help to see a list of commands or run /register to make an account", "max": 20, "owner": "WlodekM", "saveIP": false, |