From eb9c5c4816fcdcd9bb83fd61bf0eb8f7a6fffc1c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Jul 2019 14:34:09 +0100 Subject: [PATCH] Note on availability status --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e3b36c..c50ace3c 100644 --- a/README.md +++ b/README.md @@ -370,4 +370,10 @@ You might also want to advertize that you have various skills, so that orgbots c python3 epicyon.py --nickname jon --domain somedomain.net --skill "Dressmaking" --level 60 ``` -With roles and skills defined tasks may then be automatically assigned to the relevant people, or load balanced as volunteers come and go. \ No newline at end of file +You can also set a busy status to define whether people are available for new tasks. + +``` bash +python3 epicyon.py --nickname jon --domain somedomain.net --availability ready +``` + +With roles, skills and availability defined tasks may then be automatically assigned to the relevant people, or load balanced as volunteers come and go and complete pieces of work. \ No newline at end of file