docs/CAPABILITIES: Fix a typo.

This commit is contained in:
James Vega 2006-05-04 19:26:16 +00:00
parent dc6ae3c7cc
commit a64f4e445b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ entire plugin. For example, the rot13 command is in the Filter plugin. If a
user should be able to use another rot13 command, but not the one in the Format user should be able to use another rot13 command, but not the one in the Format
plugin, they would simply need to be given '-Format.rot13' anticapability. plugin, they would simply need to be given '-Format.rot13' anticapability.
Similarly, if a user were to be banned from using the Filter plugin altogether, Similarly, if a user were to be banned from using the Filter plugin altogether,
they would simply need to be given the '-Format' anticapability. they would simply need to be given the '-Filter' anticapability.
Channel Capabilities Channel Capabilities
-------------------- --------------------