From WikiChip
Difference between revisions of "mirc/commands/iuser"
(Created page with "The '''/iuser command''' can be used to set or remove the info appended to an user list entry. == Synopsis == /iuser <nick|address> [info] == Switches == None == Parameter...") |
(→Example) |
||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="mIRC">;Add an address; Info can be retrieved using $ulist(*!*@Example.com).info | <syntaxhighlight lang="mIRC">;Add an address; Info can be retrieved using $ulist(*!*@Example.com).info | ||
− | + | /auser 5 *!*@example.com Cool people | |
− | /auser 5 *!*@ | ||
− | ; | + | ;Update the info |
− | /iuser | + | /iuser *!*@example.com Uncool!</syntaxhighlight> |
== Compatibility == | == Compatibility == |
Revision as of 20:44, 12 March 2014
The /iuser command can be used to set or remove the info appended to an user list entry.
Synopsis
/iuser <nick|address> [info]
Switches
None
Parameters
- <nick|address> - The exact nick or address to be used
- [info] - If not provided, clear the info
Example
;Add an address; Info can be retrieved using $ulist(*!*@Example.com).info /auser 5 *!*@example.com Cool people ;Update the info /iuser *!*@example.com Uncool!
Compatibility
Added: mIRC v2.1a
Added On: 28/02/1995
Note: Individual switches were not taken into consideration.