From 1fdfd21cf65df9b614bdb35e7d10195bddd99106 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 30 Jul 2020 20:58:29 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Configuration.md b/Configuration.md index 35753f4..41238d9 100644 --- a/Configuration.md +++ b/Configuration.md @@ -13,7 +13,8 @@ | CustomHostname | Override server title (hostname) | Length >= 3 — Length <= 128 | null | ### Application -| Name | Description | Validation | Default | -|--------------------|--------------------------------------------------------|---------------------------------------------------|---------| -|MasterUrl | HTTP Url location of the master server | HTTP Uri | https://fn-p.master.threadsafe.sh/| -|CommandPrefix | Prefix indicating the chat message is a command | Not empty | ! | \ No newline at end of file +| Name | Description | Validation | Default | +|-----------------------|-----------------------------------------------------------|---------------------------------------------------|---------| +|MasterUrl | HTTP Url location of the master server | HTTP Uri | https://fn-p.master.threadsafe.sh/| +|CommandPrefix | Prefix indicating the chat message is a command | Not empty | ! | +|BroadcastCommandPrefix | Prefix indicating the chat message is a broadcast command | Not empty | @ | \ No newline at end of file