forked from PsychoticNinja/ailin-nemui-irssi
35 lines
698 B
Plaintext
35 lines
698 B
Plaintext
# 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/connect), [JOIN](/documentation/help/join), [MSG](/documentation/help/msg), [PART](/documentation/help/part)
|
|
|