From 2e2767a97d3bae721829b376e558fd0fccb07105 Mon Sep 17 00:00:00 2001 From: "Naram Qashat cyberbotx@cyberbotx.com" Date: Sun, 19 Oct 2008 20:28:08 +0000 Subject: Added fantasycharacter directive to botserv block in new config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1460 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example_new.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') 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 = "!" } -- cgit