I'm trying to make it so that when someone joins he/she will automatically be voiced if his/her name is in all lowercase. The script is as follows:

on @*:join:#:{ if ($nick islower) mode $chan +v $v1}

I copy and pasted that line into "remote" but it doesn't seem to work, any suggestions or typos I'm not seeing there?

also, I'm looking for an "anti-idle" script which will make it seem like I've never been away from my keyboard for more than 10 minutes at a time. any ideas? thanks!