diff options
author | lethality <lethality@anope.org> | 2012-06-17 22:23:22 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2012-06-17 22:23:22 +0100 |
commit | ba53c7eb03add30acefbbc95bbd8b4b825b465b0 (patch) | |
tree | 6d244814fcf5e518901216b14cf697891c2b0177 /data/botserv.example.conf | |
parent | 873d4287de57f7f9caa23cb2c9265d1ad2804aba (diff) |
Updated MODULES somewhat
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 564668771..e4605f1ab 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -293,7 +293,7 @@ command { service = "BotServ"; name = "SET GREET"; command = "botserv/set/greet" * * Provides the command botserv/set/nobot. * - * Used by Services Operators to prohibit specific channels from assigning BotServ bots. + * Used by Services Operators to prohibit specific channels from being assigned BotServ bots. */ module { name = "bs_set_nobot" } command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; } |