Difference between revisions of "Cnotice"

From Scriptwiki
Jump to: navigation, search
 
Line 1: Line 1:
Sends a notice to a nick.
+
Sends a cnotice to a nick.
 
  /cnotice <nick> <channel> :<message>
 
  /cnotice <nick> <channel> :<message>
  
Line 10: Line 10:
 
== See Also ==
 
== See Also ==
 
{{Relatedraws|cnotice}}<br />
 
{{Relatedraws|cnotice}}<br />
[[Notice|/notice]] to send a normal notice.
+
[[Notice|/notice]] to send a normal notice.<br />
 +
[[Cprivmsg|/cprivmsg]] to send someone a cprivmsg.
  
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Revision as of 15:26, 21 September 2005

Sends a cnotice to a nick.

/cnotice <nick> <channel> :<message>

This command bypasses the target flood limit. You must be voiced or opped on <channel> and <nick> must be on it.

Example

/cnotice Dana #help.script :moo

This will send "moo" as notice to Dana.

See Also

Raws related to /cnotice
/notice to send a normal notice.
/cprivmsg to send someone a cprivmsg.