diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-09 18:21:39 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-09 18:21:39 +0200 |
commit | 8014fd2cb0d05b41a7b3b9bbe26e91a5fd040651 (patch) | |
tree | b6cc4346b30a47f9288ae53c9eeb808ea3c15a12 /docs/help/in/nick.in | |
parent | c8dd54c2f669f023538670b28a7593cf14aa3d8e (diff) | |
download | irssi-8014fd2cb0d05b41a7b3b9bbe26e91a5fd040651.zip |
Syntax documentation rewrite for N-commands.
Rewrote the syntax documentation for all commands starting with the
letter N.
Diffstat (limited to 'docs/help/in/nick.in')
-rw-r--r-- | docs/help/in/nick.in | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/help/in/nick.in b/docs/help/in/nick.in index 195520a0..59e15cab 100644 --- a/docs/help/in/nick.in +++ b/docs/help/in/nick.in @@ -1,5 +1,20 @@ +%9Syntax:%9 + @SYNTAX:nick@ -Changes your nick. +%9Parameters:%9 + + Your new nickname. + +%9Description:%9 + + Changes your nickname on the active server. + +%9Examples:%9 + + /NICK mike + /NICK bob + +%9See also:%9 CONNECT, JOIN, MSG, PART |