Is it possible to search through the extra info in the userfile.
I want to make it so that when someone registers there handle on my bot using the command
/msg bot register handle pass email
a check is made to make sure that that email hasnt already been used.
When someone registers there handle, an extra field is added to there info called XTRA REGMAIL which permanently stores there email for security reasons. If i could somehow check the REGMAIL field of all users in the userfile i would be able to stop people registering more than 1 handle, which is what i want to do.