diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 7b35beb9b..f368a26b7 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -572,4 +572,11 @@ botserv * If set, BotServ will use case sensitive checking for badwords. This directive is optional. */ #casesensitive = yes + + /* + * Defines the prefix for fantasy commands in channels. This character will have to be prepended + * to all fantasy commands. If you choose "!", for example, fantasy commands will be "!kick", + * "!op", etc. This directive is optional, if left out, the default fantasy character is "!". + */ + #fantasycharacter = "!" } |
