Notice » History » Version 3
Per Amundsen, 02/16/2023 02:51 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 | 3 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | <nick/#channel> | Nick or #channel to notice. | |
||
14 | | <message> | Notice message to send. | |
||
15 | 1 | Per Amundsen | |
16 | *Example* |
||
17 | |||
18 | <pre> |
||
19 | 2 | Per Amundsen | ; Notice all users on #channel with notice "Hello world". |
20 | 1 | Per Amundsen | /notice #channel Hello world |
21 | |||
22 | 2 | Per Amundsen | ; Notice Nick with notice "Hello world". |
23 | 1 | Per Amundsen | /notice Nick Hello world |
24 | </pre> |