Difference between revisions of "Notice"

From Scriptwiki
Jump to: navigation, search
 
m (/cnotice in here too)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Sends a private message to this user without opening a query window for either you or them.
 
Sends a private message to this user without opening a query window for either you or them.
 
  /notice <target> <message>
 
  /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. Using $<hostmask> or $<server> as target sends a notice to all users matching the hostmask or on the given server.
+
*<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.
 
*<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 not set. If chanmode +n is not set, you can also send a notice to a channel you are not in.
  
 
== Example ==
 
== Example ==
Line 13: Line 13:
  
 
== See Also ==
 
== See Also ==
{{Relatedraws|notice}}
+
* {{Relatedraws|notice}}
 +
* [[Onotice|/onotice]] sends a notice to all channel operators on a channel.
 +
* [[Cnotice|/cnotice]] to send someone a cnotice.
 +
* [[On notice|On notice event]]
  
[[Onotice|/onotice]] sends a notice to all channel operators on a channel.
 
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Latest revision as of 09:07, 2 July 2007

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 not 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