diff options
author | Adam <Adam@anope.org> | 2013-05-18 14:26:18 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-18 14:26:18 -0400 |
commit | 14dc142a9260f6f7f42864df0db18f266466af61 (patch) | |
tree | 0303da16f44abb86d13f582ea3d924021f86681f /data/botserv.example.conf | |
parent | 51b7d53108a01fcd0854fe9d602fee330339d4d3 (diff) |
Add botserv bot usermode config option
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 21dadd22c..887ddcd7d 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -112,6 +112,12 @@ module * This directive is optional. */ botmodes = "ao" + + /* + * User modes to set on service bots. Read the comment about the service:modes directive + * on why this can be a bad idea to set. + */ + #botumodes = "i" } /* |