aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-06-01 21:50:38 +0200
committerGitHub <noreply@github.com>2018-06-01 21:50:38 +0200
commit71e940ddbae9b08c542ed7873d5adfaf51f28cd1 (patch)
tree3517a08cf3ab1a6adc81f3eadeff476b9dc931a9 /documentation
parentformatting fix (diff)
parentArray checking made constructor safe (diff)
downloadhackchat-71e940ddbae9b08c542ed7873d5adfaf51f28cd1.tar.gz
hackchat-71e940ddbae9b08c542ed7873d5adfaf51f28cd1.zip
Merge pull request #16 from OpSimple/master
A new way to handle the spammers
Diffstat (limited to 'documentation')
-rw-r--r--documentation/DOCUMENTATION.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/DOCUMENTATION.md b/documentation/DOCUMENTATION.md
index b070dfa..c535cd7 100644
--- a/documentation/DOCUMENTATION.md
+++ b/documentation/DOCUMENTATION.md
@@ -34,6 +34,8 @@ hack.chat has three permission levels. When you access a command, hack.chat auto
|`ban`|`nick`|Disconnects the target nickname in the same channel as the calling socket and adds it to the rate limiter.|
|`kick`|`nick`|Silently forces target client(s) into another channel. `nick` may be `string` or `array` of `string`s.|
|`unban`|`ip` or `hash`|Removes the target ip from the rate limiter.|
+|`dumb`|`nick`|Mutes a user's (spammer's) texts such that it is displayable to the user only.|
+|`speak`|`ip` or `hash`|Unmutes the user's (spammer's) texts and makes it displayable to everyone again.|
# `admin`