mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +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,10 +1,24 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:notice@
|
||||
|
||||
Sends a notice to the nick or the channel. Usually notices are
|
||||
used in bots and scripts for different kinds of replies. The
|
||||
IRC protocol states that notices may not generate replies to
|
||||
avoid msg loops.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: NCTCP, MSG
|
||||
The targets and the message to notify.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Sends a notice to the target nickname or channel; these are often used in
|
||||
automated bots or scripts.
|
||||
|
||||
You can provide multiple targets by separating them with the comma ","
|
||||
character.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/NOTICE mike You sir, are just awesome!
|
||||
/NOTICE bob,#irssi Fish go blub :p
|
||||
|
||||
%9See also:%9 CTCP, MSG, NCTCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue