This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

adding users

Old posts that have not been replied to for several years.
Locked
s
simonbell
Halfop
Posts: 68
Joined: Mon Aug 05, 2002 8:07 pm
Location: Washington, England
Contact:

adding users

Post by simonbell »

Hi

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?

thanks
Simon
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You should be able to add a blank hostmask using "".

Otherwise, add a fake hostmask, and possibily delete it after the adduser command.
s
simonbell
Halfop
Posts: 68
Joined: Mon Aug 05, 2002 8:07 pm
Location: Washington, England
Contact:

Post by simonbell »

thanks for that info.

what about the /msg bot register handle password email

is that just not possible at all?

Simon
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It's possible via a script, yes.
Locked