Documented commands and client_count condition

This commit is contained in:
John Reese 2011-01-13 22:15:20 -05:00
parent 1c2e9b019b
commit 90aa6bdb0a
1 changed files with 28 additions and 2 deletions

View File

@ -35,13 +35,39 @@ Then set your Notifo username and API secret:
At this point, it should start sending notifications every time you get a private message At this point, it should start sending notifications every time you get a private message
or someone says your name in a channel. If this is everything you wanted, congratulations, or someone says your name in a channel. If this is everything you wanted, congratulations,
you're done! If you want to tweak the notfication conditions, continue on to configuration. you're done!
Commands
--------
* `set <option> <value>`
Allows you to modify configuration values.
* `get [<option>]`
Allows you to see current configuration values.
* `status`
Check the status of current conditions.
* `send <message>`
Manually trigger a notification with the given message. Useful for testing to validate
credentials, etc.
Configuration Configuration
------------- -------------
There is none yet.... :'( ### Conditions
* `client_count_less_than` (Integer, default value: "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.
License License