Difference between revisions of "Notice"

From Scriptwiki
Jump to: navigation, search
(not, not now)
m
Line 13: Line 13:
  
 
== See Also ==
 
== See Also ==
{{Relatedraws|notice}}
+
* {{Relatedraws|notice}}
 +
* [[Onotice|/onotice]] sends a notice to all channel operators on a channel.
 +
* [[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]]

Revision as of 09:05, 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