Difference between revisions of "Guser"
From Scriptwiki
Line 20: | Line 20: | ||
To get an overview of all types, look at [[$mask]]. | To get an overview of all types, look at [[$mask]]. | ||
− | [[Category: | + | [[Category:Userlist]] |
Revision as of 16:38, 24 November 2005
This adds the specified nick with his address to the userlist with the given level.
/guser [-a] <levels> <nick> [type] [info]
This works the same as the /auser command except that it looks up address using /userhost on the given nickname and adds it to the user list. If no type is specified then a default address format is selected, being nick!ident@host).
Example
guser 2 Dana 2 This is Dana!
This Example would add Dana with its address (type 2 - *!*@host) to your userlist with level 2 and information "This is Dana!"
See Also
To add a user with his nickname (or address), use /auser.
You can also remove users from your user list. by using /ruser.
To use these levels, take a look at the $level identifier.
To use the information you have stored, use the $ulist identifier.
To get an overview of all types, look at $mask.