mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Syntax documentation rewrite for N-commands.
Rewrote the syntax documentation for all commands starting with the letter N.
This commit is contained in:
parent
c8dd54c2f6
commit
8014fd2cb0
7 changed files with 105 additions and 62 deletions
|
|
@ -1,7 +1,21 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:nctcp@
|
||||
|
||||
Sends a CTCP reply notice to the nick/channel.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: CTCP, ACTION, MSG, NOTICE
|
||||
A target nickname or channel, a command and the data.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Sends a CTCP reply to a nickname or channel; you can provide multiple
|
||||
targets by separating them with the comma "," character.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/NCTCP #irssi VERSION King of the Jungle v1.0
|
||||
/NCTCP bob,#freenode USERINFO I am bob :p
|
||||
|
||||
%9See also:%9 CTCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue