dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 0f998e38fd91162ebc5d2c5c1d3a1ee793f827d4
parent c44c39e73709f8e50345eb384459052cda88838d
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat,  7 Jan 2023 16:25:26 -0800

missing doc

Diffstat:
Mpkg/web/public/views/pages/chat-help.gohtml | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/pkg/web/public/views/pages/chat-help.gohtml b/pkg/web/public/views/pages/chat-help.gohtml @@ -197,6 +197,20 @@ <div> <div> + <code>/ks username</code> + </div> + <p>Same as /k, Silent (no system message)</p> + </div> + + <div> + <div> + <code>/kks username</code> + </div> + <p>Same as /k, keeps the messages, Silent (no system message)</p> + </div> + + <div> + <div> <code>/unkick username</code> (or: <code>/uk username</code>) </div> <p>Reactivate a user account</p>