From WikiChip
Difference between revisions of "mirc/commands/creq"
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''/creq''' | + | {{mirc title|/creq command}}'''/creq''' allows you to modify the mIRC DCC Chat options in the command-line, without having to open the mIRC options dialog. |
== Synopsis == | == Synopsis == | ||
Line 5: | Line 5: | ||
== Switches == | == Switches == | ||
− | + | * '''+m''' - Enable automatic minimizing of DCC Chat requests when they are initiated. | |
− | + | * '''-m''' - Disable automatic minimizing of DCC Chat requests when they are initiated. | |
− | |||
== Parameters == | == Parameters == | ||
− | |||
− | + | * '''ask''' - Makes sure you get a notification on all incoming DCC Chat requests. You can either accept or decline each DCC Send. | |
− | + | * '''auto''' - Automatically accepts incoming DCC Chat Requests. | |
− | + | * '''ignore''' - This parameter enables the ability to ignore all incoming DCC Chat requests. | |
== Examples == | == Examples == | ||
Line 24: | Line 22: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.8}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
− | [[ | + | * {{mIRC|/sreq}} |
+ | * {{mIRC|$creq}} | ||
+ | * {{mIRC|$sreq}} | ||
+ | * [[List of commands - mIRC|List of commands]] | ||
+ | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | + | {{mIRC command list}} | |
− | [[ | + | [[Category:mIRC commands|creq]] |
Latest revision as of 08:54, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
/creq allows you to modify the mIRC DCC Chat options in the command-line, without having to open the mIRC options dialog.
Synopsis[edit]
/creq [+m|-m] [ask | auto | ignore]
Switches[edit]
- +m - Enable automatic minimizing of DCC Chat requests when they are initiated.
- -m - Disable automatic minimizing of DCC Chat requests when they are initiated.
Parameters[edit]
- ask - Makes sure you get a notification on all incoming DCC Chat requests. You can either accept or decline each DCC Send.
- auto - Automatically accepts incoming DCC Chat Requests.
- ignore - This parameter enables the ability to ignore all incoming DCC Chat requests.
Examples[edit]
Enable automatic minimizing of DCC Chats
/creq +m
Set DCC Chats to automatically accept
/creq auto
Compatibility[edit]
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[edit]
mIRC commands list