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.

Set random password on !adduser

Help for those learning Tcl or writing their own scripts.
Post Reply
K
Kraka
Voice
Posts: 19
Joined: Thu Apr 21, 2005 9:25 pm

Set random password on !adduser

Post by Kraka »

I was looking throught some scripts and can't find it again...but was looking to either use a script or midify one that when !adduser or another command is typed it will add the user with nick, etc and then supply a random password for that user.....since all commands will be publick they wont need to use dcc, and msg commands. If someone knows of a script already mad...or can help with modifying one that would be appreciated, and as of now I am using loltoolz to use the !adduser
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Try the [randstring] command. Example

Code: Select all

# Generates a 5-chars random string
set randpass [randstring 5]
Post Reply