diff options
| author | Adam <Adam@anope.org> | 2011-11-18 00:36:54 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-11-18 00:36:54 -0500 |
| commit | 837421123996de045d240db6ee85e1215c8f436b (patch) | |
| tree | bd705e1c5ebc03f43113d36b0b90fda6b3619890 /data | |
| parent | 69dfc729e99f45f16cab37f81b9f09a659d99a24 (diff) | |
Allow having multiple fantasy characters
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 dcb637a46..695e02c41 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -130,11 +130,11 @@ botserv #casesensitive = yes /* - * Defines the prefix for fantasy commands in channels. This character will have to be prepended + * Defines the prefixs for fantasy commands in channels. One of these characters 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 = "!" + #fantasycharacter = "!." } /* |
