Notice » History » Revision 2
Revision 1 (Per Amundsen, 02/14/2014 05:49 PM) → Revision 2/3 (Per Amundsen, 06/04/2019 09:24 PM)
_Added in 1.5_ */notice <nick/#channel> <message>* Sends an notice to a nick or a channel. _See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/onotice]]._ *Parameters* <nick/#channel> - Nick or #channel to notice. <message> - Notice message to send. *Example* <pre> ; Notice ;Notice all users on #channel with notice "Hello world". /notice #channel Hello world ; Notice ;Notice Nick with notice "Hello world". /notice Nick Hello world </pre>