bug with < characters in name
when a user has the < character in his/her nickname, the script doesnt work, cuz it treats the string after that as the email and doesnt work because it has a wrong email because of that....
< In string name.
To fix this use $gettok to break string into their parts, then use the correct identifyer to gather email.