summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-02 03:20:58 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-02 03:20:58 +0000
commit122dcd082ae1ad01e953d0488f9fc41a4e0566a3 (patch)
tree2aaf07248f4307cd58a123dbd63cab8ae72031c7 /data
parentaa4b3e256377030d291fc2d5f4db94985ce04395 (diff)
Added options:botmodes to configure what modes BotServ bots should use in channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2778 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf
index c409222fb..c2ba553a6 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -512,6 +512,11 @@ options
* Default modes for mode lock, these are set on newly registered channels.
*/
mlock = "+nrt"
+
+ /*
+ * Modes to set on service bots when they join channels, comment this out for no modes
+ */
+ botmodes = "ao"
}