forked from PsychoticNinja/ailin-nemui-irssi
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# notice
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/notice.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">NOTICE</span> <span class="synB05"><targets></span> <span class="synB05"><message></span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The targets and the message to notify.
|
||
|
||
## Description ##
|
||
|
||
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 a comma.
|
||
|
||
## Examples ##
|
||
|
||
/NOTICE mike You sir, are just awesome!
|
||
/NOTICE bob,#irssi Fish go blub :p
|
||
|
||
## See also ##
|
||
[CTCP](/documentation/help/1.0/ctcp), [MSG](/documentation/help/1.0/msg), [NCTCP](/documentation/help/1.0/nctcp)
|
||
|