parent
00a65a1584
commit
df0fc769d9
2 changed files with 6 additions and 5 deletions
|
|
@ -417,6 +417,10 @@ Channel.prototype.acceptUser = function (user) {
|
|||
if (!this.is(Flags.C_REGISTERED)) {
|
||||
user.socket.emit("channelNotRegistered");
|
||||
}
|
||||
|
||||
user.on('afk', function(){
|
||||
self.sendUserMeta(self.users, user, -1);
|
||||
})
|
||||
};
|
||||
|
||||
Channel.prototype.partUser = function (user) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue