Difference between revisions of "Whois"
From Scriptwiki
m (the same) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
/whois <nick> [nick] | /whois <nick> [nick] | ||
− | * <nick> and [nick] are the user you want to whois. If you supply a [nick] the content of <nick> doesn't have to be the same. Using the second nick parameter makes it look up an extended whois of the user which will include idle duration in seconds and when the user connected in [[$ctime|ctime]]. | + | * <nick> and [nick] are the user you want to whois. If you supply a [nick] the content of <nick> doesn't have to be the same. Using the second nick parameter makes it look up an extended whois of the user which will include idle duration in seconds and when the user connected in [[$ctime|ctime]]. You can also specify multiple nicks, however you must not supply a second parameter if you do so. |
== Example == | == Example == | ||
Line 9: | Line 9: | ||
Normal whois: | Normal whois: | ||
− | /whois Dana | + | /whois [[Dana]] |
Extended whois: | Extended whois: | ||
/whois Dana Dana | /whois Dana Dana | ||
+ | |||
+ | Multiple target whois: | ||
+ | |||
+ | /whois Dana,Vera | ||
'''Note''' that the extended usage example has the nick twice even though the first parameter does not have to be the nick, it is most commonly used like this. | '''Note''' that the extended usage example has the nick twice even though the first parameter does not have to be the nick, it is most commonly used like this. | ||
== See Also == | == See Also == | ||
+ | * {{Relatedraws|whois}} for details on how the information is returned. | ||
− | + | [[Category:Basic IRC commands]] | |
− | |||
− | [[Category: |
Latest revision as of 08:02, 2 July 2007
Looks up info about a user on the IRC server.
/whois <nick> [nick]
- <nick> and [nick] are the user you want to whois. If you supply a [nick] the content of <nick> doesn't have to be the same. Using the second nick parameter makes it look up an extended whois of the user which will include idle duration in seconds and when the user connected in ctime. You can also specify multiple nicks, however you must not supply a second parameter if you do so.
Example
Normal whois:
/whois Dana
Extended whois:
/whois Dana Dana
Multiple target whois:
/whois Dana,Vera
Note that the extended usage example has the nick twice even though the first parameter does not have to be the nick, it is most commonly used like this.
See Also
- Raws related to /whois for details on how the information is returned.