Archived
0

Fixed AFK module.

This commit is contained in:
David Panić
2018-12-15 23:11:50 +01:00
parent 8bcb013660
commit 6a6a6f5507
4 changed files with 121 additions and 123 deletions

View File

@@ -2,15 +2,19 @@ command afk {
alias eafk;
alias away;
alias eaway;
perm utils.afk;
[empty] {
run afk;
}
[optional:-s] {
run afks -s;
run afksilent -s;
}
[optional:-s] [string:reason...] {
run afk2 -s reason;
run afkreason -s reason;
}
}