diff options
author | Adam <Adam@anope.org> | 2014-02-05 07:34:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-05 08:46:51 -0500 |
commit | bb0e2a9a07e0931532d5f77486e2b11de2fa2997 (patch) | |
tree | a1580942a39b213be3b3166c5a1e0886d282fea9 /data/botserv.example.conf | |
parent | 4f8c4f8fefd55f36d4c626e00bf09555928ecaa4 (diff) |
Make it easier to use fantasy without botserv, and document it
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 59e326ce1..c341eceb3 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -3,7 +3,17 @@ */ /* - * First, create the service. + * First, create the service. If you do not want to have a 'BotServ', but do want the ability to have + * ChanServ assigned to channels for the use of fantasy commands, you may delete the below 'service' block. + * + * Note that deleting a 'service' block for a pseudoclient that is already online will not remove the + * client, the client becomes no different from a normal service bot, so you will have to use botserv/bot + * to manually delete the client. + * + * You may then waant to map some of the below commands to other services, like placing botserv/bot on + * OperServ so you can delete the below client, and mapping assign and unassign to ChanServ so users are + * able to control whether or not ChanServ is in the channel. You may also want to map botserv/set/nobot + * to OperServ so you can restrict who can assign the other core service clients. */ service { @@ -62,6 +72,8 @@ module /* * The name of the client that should be BotServ. + * + * This directive is optional. */ client = "BotServ" |