From WikiChip
Difference between revisions of "mirc/commands/sreq"
m (PatrolBot moved page /sreq command - mIRC to mirc/commands/sreq: per new naming convention) |
m |
||
Line 1: | Line 1: | ||
− | '''/sreq''' | + | {{mirc title|/sreq command}}'''/sreq''' allows you to modify the mIRC DCC Send options on the fly, without having to open the mIRC options dialog. |
== Synopsis == | == Synopsis == | ||
Line 24: | Line 24: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.8}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
− | [[ | + | * {{mIRC|/creq}} |
+ | * {{mIRC|$creq}} | ||
+ | * {{mIRC|$sreq}} | ||
+ | * [[List of commands - mIRC|List of commands]] | ||
+ | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | + | {{mIRC command list}} | |
− | [[ | + | [[Category:mIRC commands|sreq]] |
Revision as of 09:01, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
/sreq allows you to modify the mIRC DCC Send options on the fly, without having to open the mIRC options dialog.
Synopsis
/sreq [+m|-m] [ask | auto | ignore]
Switches
+mEnable automatic minimizing of DCC Sends when they are initiated.
-mDisable automatic minimizing of DCC Sends when they are initiated.
Parameters
askMakes sure you get a notification on all incoming DCC Sends. You can either accept or decline each DCC Send.
autoAutomatically accepts incoming DCC Sends.
ignoreThis parameter enables the ability to ignore all incoming DCC Sends.
Examples
Enable automatic minimizing of DCC Sends
/sreq +m
Set DCC Sends to automatically accept
/sreq auto
Compatibility
Added: mIRC v3.8
Added on: 25 Nov 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
mIRC commands list