as part of the website people have the option to join the IRC using a java webchat, the default nick was Guest???
so i though i would change the default setting to a blank box, hoping they would now be forced to put in a nick??? but now frown the server just gives the nick anon142, anon234 etc

i want a script to warn them to change the nick on joining, and give them 2 minutes to do so... or a nick we be forced on them... a girls name for instance, as they are mainly men they will hopefully change it.

i did a search on here and found this scripts

on *:JOIN:#: {
if (Guest* iswm $nick) && ($network == BlakeNET) {
operserv set superadmin on
.timernick 1 120 operserv svsnick $nick $gettok($remove($read(phobia.txt),-),1,32)
}
}

but its doesnt work for me, im on Quakenet and i get the error
OPERSERV Unknown command

any ideas guys?