blob: 0100d0b71dd9cc77917701c22329e4e534940e9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
layout: page
title: "Help: userhost"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/userhost.in
- https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><pre style="\-\-cmdlen:8ch"><code><span class="synB">USERHOST</span> <span class="synB05"><nicks></span></code></pre></div>
### Parameters ###
One or more nicknames separated by space.
### Description ###
Displays the user@host for the given nicknames; some common added attributes
are '*' to identify an IRC operator, '-' and '+' to indicate whether the
nickname is AWAY or available.
### Examples ###
/USERHOST mike
/USERHOST bob sarah
### See also ###
[WHOIS](/documentation/help/whois)
|