From WikiChip
Difference between revisions of "mirc/identifiers/$creq"
(Created $creq command - mIRC) |
m |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | '''$creq''' | + | {{mirc title|$creq identifier}}'''$creq''' returns the current parameter settings for DCC Chat requests. |
− | = Synopsis = | + | |
+ | == Synopsis == | ||
<pre>$creq</pre> | <pre>$creq</pre> | ||
− | = Switches = | + | == Switches == |
None | None | ||
− | = Results = | + | == Results == |
<span style="display: inline-block; width: 60px;">'''ask'''</span>DCC Chat 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 Chat 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 Chats will be ignored. | <span style="display: inline-block; width: 60px;">'''ignore'''</span>All incoming DCC Chats will be ignored. | ||
− | = Examples = | + | == Examples == |
− | + | Echo the current status of DCC Chats to the active window: | |
− | < | + | <source lang="mirc">//echo -a $creq</source> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Compatibility == | |
+ | {{mirc compatibility|5.4}} | ||
− | [[ | + | == See also == |
+ | * {{mirc|/creq}} | ||
+ | * {{mirc|/sreq}} | ||
+ | * [[List of identifiers - mIRC]] | ||
+ | {{mIRC identifier list}} | ||
+ | [[Category:mIRC identifiers|creq]] |
Latest revision as of 06:26, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$creq returns the current parameter settings for DCC Chat requests.
Synopsis[edit]
$creq
Switches[edit]
None
Results[edit]
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[edit]
Echo the current status of DCC Chats to the active window:
//echo -a $creq
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