From WikiChip
Difference between revisions of "mirc/identifiers/$creq"
< mirc‎ | identifiers

(Bot: auto-merge -> mirc/identifiers/$creq)
Line 1: Line 1:
'''$creq''' will return the current parameter settings for DCC Chat requests.
+
{{mirc title|$creq Identifier}}'''$creq''' returns the current parameter settings for DCC Chat requests.
  
 
== Synopsis ==
 
== Synopsis ==
Line 16: Line 16:
 
== Examples ==
 
== Examples ==
 
'''Echo the current status of DCC Chats to the active window'''
 
'''Echo the current status of DCC Chats to the active window'''
<pre>//echo -a $creq</pre>
+
<source lang="mirc">//echo -a $creq</source>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.4
+
{{mirc compatibility|5.4}}
 
 
Added On: 23/06/98
 
 
 
 
== See Also ==
 
== See Also ==
[[/creq command - mIRC|/creq]]
+
* {{mirc|/creq}}
 
+
* {{mirc|/sreq}}
[[/sreq command - mIRC|/sreq]]
+
* {{mirc|$creq}}
 
 
[[$sreq identifier - mIRC|$creq]]
 

Revision as of 15:10, 6 January 2016

$creq returns the current parameter settings for DCC Chat requests.

Synopsis

$creq

Switches

None

Results

askDCC Chat requests will popup an authorization window asking you whether you wish to accept or decline all incoming DCC Sends.

autoAll incoming DCC Chats will be automatically accepted.

ignoreAll incoming DCC Chats will be ignored.

Examples

Echo the current status of DCC Chats to the active window

//echo -a $creq

Compatibility

Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.

See Also