From WikiChip
Difference between revisions of "mirc/identifiers/$sreq"
(Created $sreq identifier - mIRC) |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | '''$sreq''' | + | {{mirc title|$sreq identifier}}'''$sreq''' returns 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 15: | ||
<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: | |
− | < | + | <source lang="mirc">//echo -a $sreq</source> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Compatibility == | |
+ | {{mirc compatibility|5.4}} | ||
− | [[ | + | == See also == |
+ | * {{mirc|/creq}} | ||
+ | * {{mirc|/sreq}} | ||
+ | * {{mirc|$creq}} | ||
+ | * [[List of identifiers - mIRC]] | ||
+ | {{mIRC identifier list}} | ||
+ | [[Category:mIRC identifiers|sreq]] |
Latest revision as of 07:20, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$sreq returns the current parameter settings for DCC Sends for mIRC.
Synopsis[edit]
$sreq
Switches[edit]
None
Results[edit]
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[edit]
Echo the current status of DCC Sends to the active window:
//echo -a $sreq
Compatibility[edit]
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[edit]
mIRC identifier list