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

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">&lt;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)