2021-10-22 22:16:28 +02:00

37 lines
787 B
Plaintext

# ver
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ver.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-irc-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">VER</span> <span class="syn10">[<span class="syn09">&lt;nick></span> | <span class="syn09">&lt;channel></span> | <span class="syn">*</span>]</span></code></pre></div>
## Parameters ##
A nickname, channel or the wildcard character '*'.
## Description ##
Send a CTCP VERION request to the target nickname, channel or to all the
users on the channel.
## Examples ##
/VER *
/VER #irssi
/VER mike
## See also ##
[CTCP](/documentation/help/ctcp)