Project

General

Profile

Notice » History » Version 2

Per Amundsen, 06/04/2019 09:24 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/notice <nick/#channel> <message>*
4
5
Sends an notice to a nick or a channel.
6
7 2 Per Amundsen
_See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/onotice]]._
8
9 1 Per Amundsen
*Parameters*
10
11
<nick/#channel> - Nick or #channel to notice.
12
<message> - Notice message to send.
13
14
*Example*
15
16
<pre>
17 2 Per Amundsen
; Notice all users on #channel with notice "Hello world".
18 1 Per Amundsen
/notice #channel Hello world
19
20 2 Per Amundsen
; Notice Nick with notice "Hello world".
21 1 Per Amundsen
/notice Nick Hello world
22
</pre>