Hi all,
I am trying to use the aidle.tcl script.
So I set the maxidle to 2 hours...so after 2 hours of idle time of the user in the channel, the user should be kicked.
But it's not working the way I supposed to.
It seems that the getchanidle is not the same as the WHOIS $nick $nick.
When I restart the bot, the getchanidle timer get's set to 0.
But at the same time, when I check the idle time of a user in my IRC client it says the user is idle for 2hr, 1m, 45s.
So for the script to be affective, the bot should never be restarted...and if it was restarted...it would take up to two hours to build up his own timer and then start kicking, while in that 2 hours...a user could be already idle for more than 2 hours (as seen in the IRC client)
I bet I'm not the first to run into this problem. Could someone tell me how to solve this?
Thx.
Chris