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/notice.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/notice.in')
-rw-r--r-- | docs/help/in/notice.in | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/docs/help/in/notice.in b/docs/help/in/notice.in index 6b4da9b0..c715c8a6 100644 --- a/docs/help/in/notice.in +++ b/docs/help/in/notice.in @@ -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 + + 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 -See also: NCTCP, MSG +%9See also:%9 CTCP, MSG, NCTCP |