diff options
| author | Adam <Adam@anope.org> | 2010-08-01 16:47:43 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-08-01 16:47:43 -0400 |
| commit | e8d6524411e188f4de32a231857b078b57aef151 (patch) | |
| tree | 2d1fa7b6857aeab17f2d6f2a867a63ab13b47381 /data | |
| parent | d59c1b95e18fd5c9bbec14b8b1b8aab989a3bce7 (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.conf | 4 |
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 |
