forked from PsychoticNinja/ailin-nemui-irssi
40 lines
905 B
Plaintext
40 lines
905 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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)
|
||
|