summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-08-01 16:47:43 -0400
committerAdam <Adam@anope.org>2010-08-01 16:47:43 -0400
commite8d6524411e188f4de32a231857b078b57aef151 (patch)
tree2d1fa7b6857aeab17f2d6f2a867a63ab13b47381 /data
parentd59c1b95e18fd5c9bbec14b8b1b8aab989a3bce7 (diff)
Fixed botserv bots parting empty channels. This also allows setting bsminusers to 0, which keeps the botserv bot in the channel at all times.
Diffstat (limited to 'data')
-rw-r--r--data/example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf
index cb60c3d16..ea45c70e0 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1184,8 +1184,8 @@ botserv
/*
* The minimum number of users there must be in a channel before the bot joins it. The best
- * value for this setting is 1 or 2. This cannot be 0, otherwise topic retention and mode
- * lock and such other things won't work.
+ * value for this setting is 1 or 2. This can be 0, the service bots will not part unless
+ * specifically unassigned, and will keep the channel open.
*/
minusers = 1