mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed a bug; s/exclamation point/dash/
This commit is contained in:
parent
7dd1f4d1d9
commit
fa7a05ab95
@ -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
|
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
|
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
|
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
|
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 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
|
the user doesn't have the "-calc" or the "-help" capabilities before even
|
||||||
|
Loading…
Reference in New Issue
Block a user