forked from PsychoticNinja/ailin-nemui-irssi
37 lines
787 B
Plaintext
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"><nick></span> | <span class="syn09"><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)
|
|
|