From WikiChip
Difference between revisions of "mirc/commands/iuser"
< mirc‎ | commands

(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...")
 
m (Compatibility: This was added in 5.6)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{mirc title|/iuser Command}}
 
The '''/iuser command''' can be used to set or remove the info appended to an user list entry.
 
The '''/iuser command''' can be used to set or remove the info appended to an user list entry.
  
Line 13: Line 14:
 
== 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
;5:*!*@Example.com Cool people
+
/auser 5 *!*@example.com Cool people
/auser 5 *!*@Example.com Cool people
 
  
;Add another level for the same address
+
;Update the info
/iuser jaytea dead</syntaxhighlight>
+
/iuser *!*@example.com Uncool!</syntaxhighlight>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v2.1a
+
{{mIRC compatibility|5.6}}
 
 
Added On: 28/02/1995
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$ulevel identifier - mIRC|$ulevel]]
+
* {{mIRC|$ulevel}}
* [[$ulist identifier - mIRC|$ulist]]
+
* {{mIRC|$ulist}}
* [[/flush command - mIRC|/flush]]
+
* {{mIRC|/flush}}
* [[/guser command - mIRC|/guser]]
+
* {{mIRC|/guser}}
* [[/auser command - mIRC|/auser]]
+
* {{mIRC|/auser}}
* [[/rlevel command - mIRC|/rlevel]]
+
* {{mIRC|/rlevel}}
* [[/ruser command - mIRC|/ruser]]
+
* {{mIRC|/ruser}}
* [[/ulist command - mIRC|/ulist]]
+
* {{mIRC|/ulist}}
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|iuser command - mIRC]]

Latest revision as of 15:24, 21 February 2024

The /iuser command can be used to set or remove the info appended to an user list entry.

Synopsis[edit]

/iuser <nick|address> [info]

Switches[edit]

None

Parameters[edit]

  • <nick|address> - The exact nick or address to be used
  • [info] - If not provided, clear the info

Example[edit]

;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[edit]

Added: mIRC v5.6
Added on: 03 Jun 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list