aboutsummaryrefslogtreecommitdiffstats
path: root/DOCUMENTATION.md
diff options
context:
space:
mode:
authorneelkamath <neelkamath@protonmail.com>2018-05-12 10:43:12 +0200
committerneelkamath <neelkamath@protonmail.com>2018-05-12 10:43:12 +0200
commitacbad15f2bc4a6733407bc17e1a5b4190ed3b287 (patch)
treede0ae1446b5515a494ae03c517ed5b748935d6bd /DOCUMENTATION.md
parentRemove help.js as we need human, not programmatic documentation for this (diff)
downloadhackchat-acbad15f2bc4a6733407bc17e1a5b4190ed3b287.tar.gz
hackchat-acbad15f2bc4a6733407bc17e1a5b4190ed3b287.zip
Remove unused object fields
Diffstat (limited to 'DOCUMENTATION.md')
-rw-r--r--DOCUMENTATION.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md
index eaf3303..c110188 100644
--- a/DOCUMENTATION.md
+++ b/DOCUMENTATION.md
@@ -15,7 +15,6 @@ The commands are to be sent through a websocket to the URL wss://hack.chat/chat-
|`join`|`channel`, `nick`|Places the calling socket into the target channel with the target nick and broadcasts the event to the channel.|
|`morestats`||Sends back the current server's stats to the calling client.|
|`move`|`channel`|This will change the current channel to `channel`.|
-|`showcases`|`echo`|Simple command module template & info|
|`stats`||Sends back legacy server stats to the calling client. Use `morestats` when possible.|
# `mod`