_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* table(ktable). |*Parameter*|*Description*| | <nick/#channel> | Nick or #channel to notice. | | <message> | Notice message to send. | *Example*
; Notice all users on #channel with notice "Hello world".
/notice #channel Hello world

; Notice Nick with notice "Hello world".
/notice Nick Hello world