diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-02 03:20:58 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-02 03:20:58 +0000 |
| commit | 122dcd082ae1ad01e953d0488f9fc41a4e0566a3 (patch) | |
| tree | 2aaf07248f4307cd58a123dbd63cab8ae72031c7 /data | |
| parent | aa4b3e256377030d291fc2d5f4db94985ce04395 (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.conf | 5 |
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" } |
