From fa7a05ab9502976b1113d116a5ff85ee581d23c4 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 19 Nov 2003 00:38:05 +0000 Subject: [PATCH] Fixed a bug; s/exclamation point/dash/ --- docs/CAPABILITIES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CAPABILITIES b/docs/CAPABILITIES index e2f53d200..2f882466a 100644 --- a/docs/CAPABILITIES +++ b/docs/CAPABILITIES @@ -24,7 +24,7 @@ flags. First, whenever a user issues the bot a command, the command dispatcher checks to make sure the user doesn't have the "anticapability" for that command. An anticapability is a capability that, instead of saying "what a user can do", says what a user *cannot* do. It's formed rather simply by -adding an exclamation point ("-") to the beginning of a capability; "rot13" is +adding a dash ("-") to the beginning of a capability; "rot13" is a capability, and "-rot13" is an anticapability. Anyway, when a user issues the bot a command, perhaps "calc" or "help", the bot first checks to make sure the user doesn't have the "-calc" or the "-help" capabilities before even