diff options
author | Julien Dessaux | 2015-01-01 17:24:27 +0100 |
---|---|---|
committer | Julien Dessaux | 2015-01-01 18:11:52 +0100 |
commit | f6ea00b431a301c8b4f11d564e601de169faea65 (patch) | |
tree | 39df591050b3e44d3780dfe59afc4e889ae3ec49 | |
parent | Implemented TEAM nomination gamephase (diff) | |
download | avalon-arthur-f6ea00b431a301c8b4f11d564e601de169faea65.tar.gz avalon-arthur-f6ea00b431a301c8b4f11d564e601de169faea65.tar.bz2 avalon-arthur-f6ea00b431a301c8b4f11d564e601de169faea65.zip |
Protocol update
-rw-r--r-- | Avalon.pm | 2 | ||||
-rw-r--r-- | README.markdown | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ package Bot::BasicBot::Pluggable::Module::Avalon; { - $Avalon::Arthur::VERSION = '0.06'; + $Avalon::Arthur::VERSION = '0.07'; }; use strict; diff --git a/README.markdown b/README.markdown index f183857..86e7baf 100644 --- a/README.markdown +++ b/README.markdown @@ -115,15 +115,15 @@ this turn, it can ignore this message. The same failure outcome as for the RULENOW message applies here. -#### VOTERESULT *PASS|FAIL* *yes* *no* +#### VOTERESULT *PASS|FAIL* *yes* VOTERESULT message is sent on the #avalon game channel by arthur to give the result of the vote. *status* is either PASS or FAIL, *yes* is the number of yes in -the vote and *no* the number of no. If the vote status is PASS, team members have 15 seconds to send a new vote, for the quest success this time. +the vote. If the vote status is PASS, team members have 60 seconds to send a new vote, for the quest success this time. If the vote status is FAILED, another turn ends and endgame conditions are evaluated. -#### QUESTRESULT *PASS|FAIL* *yes* *no* +#### QUESTRESULT *PASS|FAIL* *yes* QUESTRESULT message is sent on the #avalon game channel by arthur to give the result of the quest. *status* is either PASS or FAIL, *yes* is the number of yes in -the vote and *no* the number of no. +the vote. ### Game ends |