forked from PsychoticNinja/ailin-nemui-irssi
38 lines
823 B
Plaintext
38 lines
823 B
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# nick
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/nick.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">NICK</span> <span class="synB05"><new nick></span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
Your new nickname.
|
||
|
||
## Description ##
|
||
|
||
Changes your nickname on the active server.
|
||
|
||
## Examples ##
|
||
|
||
/NICK mike
|
||
/NICK bob
|
||
|
||
## See also ##
|
||
[CONNECT](/documentation/help/1.0/connect), [JOIN](/documentation/help/1.0/join), [MSG](/documentation/help/1.0/msg), [PART](/documentation/help/1.0/part)
|
||
|