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.

a wee little question

Help for those learning Tcl or writing their own scripts.
Post Reply
w
whittinghamj
Op
Posts: 103
Joined: Sun May 21, 2006 4:50 pm

a wee little question

Post by whittinghamj »

hi guys i am reading the tcl-commands.txt right now and I cannot find addhost.

I see adduser delhost so on and so forth but no "addhost"

can someone help me out please?

Cheers
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

Use:

Code: Select all

setuser <handle> HOSTS <host>
That will add another host to the specified user

You can get all the hosts for the user using:

Code: Select all

getuser <handle> HOSTS
Enjoy :)
r0t3n @ #r0t3n @ Quakenet
w
whittinghamj
Op
Posts: 103
Joined: Sun May 21, 2006 4:50 pm

Post by whittinghamj »

thanks tosser - after i posed it i found that :D ty anyways buddy
Post Reply