diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-22 14:58:06 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-22 14:59:18 +0100 |
commit | 8b026135492c13ae030b27cb6ec6c5b09131c0bd (patch) | |
tree | 5c2a5cda12026a403fc5847c4ceab80314785baf /data | |
parent | c9625ccf3feb778266ed3b6b067a6959622df682 (diff) |
Fix some stuff that was missed in commit b94c3740b9.
Diffstat (limited to 'data')
-rw-r--r-- | data/botserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index d5911a9fc..2357c1e93 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -334,10 +334,10 @@ privilege /* * fantasy * - * Allows 'fantasist' commands to be used in channels. + * Allows fantasy commands (e.g. !kick) to be used in channels. * * Provides the commands: - * botserv/set/fantasy - Used for enabling or disabling BotServ's fantasist commands. + * botserv/set/fantasy - Used for enabling or disabling BotServ's fantasy commands. */ module { |