Im trying to write a script to enable users to add themself to the bot using a command like:
/msg bot register handle password emailaddress
which would automatically set there handle, password and email address, but would leave there host blank so the only login method was via handle and pass.
If been looking through the tcl-commands.doc file and the adduser command appears to only allow additions on the basis of handle and hostmask.
Would this be possible and if so, which command would need to be used?