Page 1 of 1

Idle Kick script - on Join will not work - Please Help

PostPosted: Wed Feb 07, 2018 5:48 am
by dml1783
Code: Select all
on *:join:#:{
/timer $+ $nick 1 %idle /kick # $nick Idle time is %idle seconds
}
on *:text:*:#:{
/timer $+ $nick off | /timer $+ $nick 1 %idle /kick $chan $nick Idle time is %idle seconds
}

alias idle { /set %idle $1 }


The on text part works 100%
but the on join will not kick a user if the join the channel and sit idle...

Please help!