From af0ddd303db90d07d0b86764552ef7ad6577a943 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 23 May 2014 22:07:54 -0400 Subject: [PATCH] fix #363 --- lib/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/user.js b/lib/user.js index deb0e95b..d82727d6 100644 --- a/lib/user.js +++ b/lib/user.js @@ -169,6 +169,7 @@ User.prototype.setAFK = function (afk) { /* No change in AFK status, don't need to change anything */ if (this.is(Flags.U_AFK) === afk) { + this.autoAFK(); return; }