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

(Bot: ac+merge)
Line 1: Line 1:
'''$sreq''' will return the current parameter settings for DCC Sends for mIRC.
+
{{mirc title|$sreq Identifier}}'''$sreq''' will return the current parameter settings for DCC Sends for mIRC.
  
 
== Synopsis ==
 
== Synopsis ==
Line 16: Line 16:
 
== Examples ==
 
== Examples ==
 
'''Echo the current status of DCC Sends to the active window'''
 
'''Echo the current status of DCC Sends to the active window'''
<pre>//echo -a $sreq</pre>
+
<source lang="mirc">//echo -a $sreq</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}}
 
 
[[$creq identifier - mIRC|$creq]]
 

Revision as of 15:18, 6 January 2016

$sreq will return the current parameter settings for DCC Sends for mIRC.

Synopsis

$sreq

Switches

None

Results

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

autoAll incoming DCC Sends will be automatically accepted.

ignoreAll incoming DCC Sends will be ignored.

Examples

Echo the current status of DCC Sends to the active window

//echo -a $sreq

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