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.

Delete a users XTRA line in the userfile

Old posts that have not been replied to for several years.
Locked
D
Dw2k
Voice
Posts: 16
Joined: Sat Dec 07, 2002 4:40 pm
Location: Dundee || Liverpool
Contact:

Delete a users XTRA line in the userfile

Post by Dw2k »

Can anyone point me in the right direction on how to remove the XTRA line from the userfile?

I know to set it you use

Code: Select all

setuser $nick XTRA EMAIL email@address.com
but im unsure how to remove it.

Thanks :)
Dave
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

[08:59:53] <BoB[Away]> .chemail
[08:59:53] <(NetRider^> syntax: .chemail <who> [<email>|NONE]
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: Delete a users XTRA line in the userfile

Post by user »

Dw2k wrote:... but im unsure how to remove it.
Like the manual hints towards; leave out the last argument. Eg:

Code: Select all

setuser someone XTRA email
Have you ever read "The Manual"?
Locked