From 53a965fe5c204e0097b2d7eba22048572174add7 Mon Sep 17 00:00:00 2001 From: John Reese Date: Thu, 13 Jan 2011 22:16:32 -0500 Subject: [PATCH] Modified format for condition options/defaults --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d0bbf..b11773d 100644 --- a/README.md +++ b/README.md @@ -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.