Add missing lock release causing the bot to hang up.

This commit is contained in:
Vgr E.Barry 2015-02-22 20:07:45 -05:00
parent 425919ffa5
commit 05e3ecd68f

View File

@ -1021,6 +1021,7 @@ def join_timer_handler(cli):
if not chk_acc and not checker:
var.PINGING_IFS = False
var.WARNING_LOCK.release()
return
@hook("whospcrpl", hookid=387)