hurr
durr
This commit is contained in:
parent
21917ee901
commit
5bd2e992ae
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace bot.responses {
|
||||||
if(voters.Count >= people / 3) {
|
if(voters.Count >= people / 3) {
|
||||||
Chat.sendMessage(String.Format(pars[1], param));
|
Chat.sendMessage(String.Format(pars[1], param));
|
||||||
Chat.sendMessage(String.Format(pars[2], param));
|
Chat.sendMessage(String.Format(pars[2], param));
|
||||||
|
voteCalled = false;
|
||||||
} else
|
} else
|
||||||
Chat.sendMessage(voters.Count + "/" + people / 3 + " votes recorded.");
|
Chat.sendMessage(voters.Count + "/" + people / 3 + " votes recorded.");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue