From WikiChip
Difference between revisions of "mirc/identifiers/$sreq"
(Created $sreq identifier - mIRC) |
|||
Line 1: | Line 1: | ||
'''$sreq''' will return the current parameter settings for DCC Sends for mIRC. | '''$sreq''' will return the current parameter settings for DCC Sends for mIRC. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>$sreq</pre> | <pre>$sreq</pre> | ||
− | = Switches = | + | == Switches == |
None | None | ||
− | = Results = | + | == Results == |
<span style="display: inline-block; width: 60px;">'''ask'''</span>DCC Send requests will popup an authorization window asking you whether you wish to accept or decline all incoming DCC Sends. | <span style="display: inline-block; width: 60px;">'''ask'''</span>DCC Send requests will popup an authorization window asking you whether you wish to accept or decline all incoming DCC Sends. | ||
Line 14: | Line 14: | ||
<span style="display: inline-block; width: 60px;">'''ignore'''</span>All incoming DCC Sends will be ignored. | <span style="display: inline-block; width: 60px;">'''ignore'''</span>All incoming DCC Sends will be ignored. | ||
− | = 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> | <pre>//echo -a $sreq</pre> | ||
− | = Compatibility = | + | == Compatibility == |
Added: mIRC v5.4 | Added: mIRC v5.4 | ||
Added On: 23/06/98 | Added On: 23/06/98 | ||
− | = See Also = | + | == See Also == |
[[/creq command - mIRC|/creq]] | [[/creq command - mIRC|/creq]] | ||
Revision as of 14:23, 23 June 2014
$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/06/98