From WikiChip
Difference between revisions of "mirc/commands/uwho"
m (→Parameters) |
|||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{mirc title|/uwho Command}} | ||
The '''/uwho''' command is used to grab a specified user's server information, which it then displays into the info section of the address book. | The '''/uwho''' command is used to grab a specified user's server information, which it then displays into the info section of the address book. | ||
| − | = Synopsis = | + | == Synopsis == |
/uwho [nick] [nick] | /uwho [nick] [nick] | ||
| − | = | + | == Switches == |
| − | |||
| − | + | None | |
| − | = Examples = | + | == Parameters == |
| + | * '''[nick]''' - The user's nickname you want to lookup. | ||
| + | * '''[nick]''' - Some servers may require you to specify the user's name twice in order to lookup idle time or their away message, which may cause the results to delay a bit. | ||
| + | |||
| + | == Examples == | ||
'''Lookup information for user named ''jeff''''' | '''Lookup information for user named ''jeff''''' | ||
<pre>/uwho jeff</pre> | <pre>/uwho jeff</pre> | ||
| Line 16: | Line 20: | ||
<pre>/uwho jeff jeff</pre> | <pre>/uwho jeff jeff</pre> | ||
| − | = See also = | + | == Compatibility == |
| + | {{mIRC compatibility|3.1}} | ||
| + | |||
| + | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
| − | * | + | * {{mIRC|/abook}} |
| − | * | + | * {{mIRC|/ial}} |
| − | * | + | * {{mIRC|/whois}} |
| + | {{mIRC command list}} | ||
| − | [[Category:mIRC commands]] | + | [[Category:mIRC commands|uwho command - mIRC]] |
Latest revision as of 23:37, 3 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /uwho command is used to grab a specified user's server information, which it then displays into the info section of the address book.
Synopsis[edit]
/uwho [nick] [nick]
Switches[edit]
None
Parameters[edit]
- [nick] - The user's nickname you want to lookup.
- [nick] - Some servers may require you to specify the user's name twice in order to lookup idle time or their away message, which may cause the results to delay a bit.
Examples[edit]
Lookup information for user named jeff
/uwho jeff
Lookup information for jeff and ensure we get idle time and away message
/uwho jeff jeff
Compatibility[edit]
Added: mIRC v3.1
Added on: 23 Apr 1995
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