Notice » History » Version 1
Per Amundsen, 02/14/2014 05:49 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 | *Parameters* |
||
| 8 | |||
| 9 | <nick/#channel> - Nick or #channel to notice. |
||
| 10 | <message> - Notice message to send. |
||
| 11 | |||
| 12 | *Example* |
||
| 13 | |||
| 14 | <pre> |
||
| 15 | ;Notice all users on #channel with notice "Hello world". |
||
| 16 | /notice #channel Hello world |
||
| 17 | |||
| 18 | ;Notice Nick with notice "Hello world". |
||
| 19 | /notice Nick Hello world |
||
| 20 | </pre> |