Modified format for condition options/defaults

This commit is contained in:
John Reese 2011-01-13 22:16:32 -05:00
parent 90aa6bdb0a
commit 53a965fe5c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Configuration
### Conditions
* `client_count_less_than` (Integer, default value: "0")
* `client_count_less_than = 0`
Notifications will only be sent if the number of connected IRC clients is less than this
value. A value of 0 (zero) will disable this condition.