From WikiChip
Difference between revisions of "mirc/commands/ctcpreply"
< mirc‎ | commands

m (Bot: de-linking old mIRC menu)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{mirc title|/ctcpreply Command}}
 
The '''/ctcpreply command''' can be used to send a reply to a CTCP request
 
The '''/ctcpreply command''' can be used to send a reply to a CTCP request
  
Line 25: Line 26:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.02
+
{{mIRC compatibility|5.02}}
 
 
Added On: 21/04/1997
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[/ctcp command - mIRC|/ctcp]]
+
* {{mIRC|/ctcp}}
* [[/ctcps command - mIRC|/ctcps]]
+
* {{mIRC|/ctcps}}
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|ctcpreply command - mIRC]]

Latest revision as of 19:14, 15 June 2017

The /ctcpreply command can be used to send a reply to a CTCP request

Synopsis[edit]

/ctcpreply <nick> <ctcp> [message]

Switches[edit]

None

Parameters[edit]

  • <nick> - Nickname of the person to send a response to
  • <ctcp> - Reply type
  • [message] - response message

Example[edit]

;Listen to a TIME CTCP request
ctcp *:TIME:*:{
 
  ;Send two CTCP replays
  ctcpreply $nick TIME Current time: $time(hh:nn:ss TT (ZZZ))
  ctcpreply $nick TIME Current Data: $time(dddd $+ $chr(44) mmmm dd $+ $chr(44) 2009)
 
  ;Stop the standard mIRC\'s CTCP replay
  halt
}

Compatibility[edit]

Added: mIRC v5.02
Added on: 21 Apr 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list