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...") |
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 | ||
− | + | /auser 5 *!*@example.com Cool people | |
− | /auser 5 *!*@ | ||
− | ; | + | ;Update the info |
− | /iuser | + | /iuser *!*@example.com Uncool!</syntaxhighlight> |
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.6}} | |
− | |||
− | |||
− | |||
− | |||
== 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]] | ||
− | * | + | * {{mIRC|$ulevel}} |
− | * | + | * {{mIRC|$ulist}} |
− | * | + | * {{mIRC|/flush}} |
− | * | + | * {{mIRC|/guser}} |
− | * | + | * {{mIRC|/auser}} |
− | * | + | * {{mIRC|/rlevel}} |
− | * | + | * {{mIRC|/ruser}} |
− | * | + | * {{mIRC|/ulist}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|iuser command - mIRC]] |
Latest revision as of 14:24, 21 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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]
mIRC commands list