Difference between revisions of "Notice"
From Scriptwiki
(+not) |
|||
Line 4: | Line 4: | ||
*<message> is the message that will be send to the target. | *<message> is the message that will be send to the target. | ||
− | '''Note''' that sending a notice to a channel is only possible if [[Mode|chanmode +N]] is set. If chanmode +n is not set, you can also send a notice to a channel you are not in. | + | '''Note''' that sending a notice to a channel is only possible if [[Mode|chanmode +N]] is now set. If chanmode +n is not set, you can also send a notice to a channel you are not in. |
== Example == | == Example == |
Revision as of 14:08, 12 September 2005
Sends a private message to this user without opening a query window for either you or them.
/notice <target> <message>
- <target> is a comma seperated list of one or more nicks and/or channels. Using @<channel> as target sends a notice to all channel operators. As IRC Operator, using $<hostmask> or $<server> as target sends a notice to all users matching the hostmask or on the given server.
- <message> is the message that will be send to the target.
Note that sending a notice to a channel is only possible if chanmode +N is now set. If chanmode +n is not set, you can also send a notice to a channel you are not in.
Example
/notice @#help.script moo
Will send a notice to all channel operators on #help.script.
/notice Dana,#quakenet moo
Will send a notice to Dana and all users on #quakenet.
See Also
/onotice sends a notice to all channel operators on a channel.