Cprivmsg: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
mNo edit summary
 
Line 9: Line 9:


== See Also ==
== See Also ==
{{Relatedraws|cprivmsg}}<br />
* {{Relatedraws|cprivmsg}}<br />
[[Msg|/msg]] to send a normal message.<br />
* [[Msg|/msg]] to send a normal message.<br />
[[Cnotice|/cnotice]] to send someone a cnotice.
* [[Cnotice|/cnotice]] to send someone a cnotice.


[[Category:Basic IRC commands]]
[[Category:Basic IRC commands]]

Latest revision as of 07:06, 2 July 2007

Sends a cprivmsg to a nick.

/cprivmsg <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

/cprivmsg Dana #help.script :moo

This will send "moo" as msg to Dana.

See Also