--- layout: page title: "Help: notice" --- {% comment %} Please submit changes to - https://github.com/irssi/irssi/blob/master/docs/help/in/notice.in - https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c {% endcomment %} [Help index](/documentation/help) ### Syntax ###
NOTICE <targets> <message>
### Parameters ### The targets and the message to notify. ### Description ### Sends a notice to the target nickname or channel; these are often used in automated bots or scripts. You can provide multiple targets by separating them with a comma. ### Examples ### /NOTICE mike You sir, are just awesome! /NOTICE bob,#irssi Fish go blub :p ### See also ### [CTCP](/documentation/help/ctcp), [MSG](/documentation/help/msg), [NCTCP](/documentation/help/nctcp)