From WikiChip
Difference between revisions of "mirc/commands/creq"
< mirc‎ | commands

(Created page with "The '''/creq command''' simply changes the radio buttons in the "On Chat request" setting form the DCC options in the Option dialog. The switch changes minimize checkbox on/of...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''/creq command''' simply changes the radio buttons in the "On Chat request" setting form the DCC options in the Option dialog. The switch changes minimize checkbox on/off.
+
{{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 ==
/creq [+m|-m] [ask | auto | ignore]
+
<pre>/creq [+m|-m] [ask | auto | ignore]</pre>
  
 
== Switches ==
 
== Switches ==
* '''-m''' - Uncheck minimize
+
* '''+m''' - Enable automatic minimizing of DCC Chat requests when they are initiated.
* '''+m''' - Check minimize
+
* '''-m''' - Disable automatic minimizing of DCC Chat requests when they are initiated.
  
 
== Parameters ==
 
== Parameters ==
* '''ask''' - Show chat dialog
 
* '''auto''' - Auto-accept
 
* '''ignore''' - Ignore all
 
  
== Example ==
+
* '''ask''' - Makes sure you get a notification on all incoming DCC Chat requests. You can either accept or decline each DCC Send.
<syntaxhighlight lang="mIRC">;Turn DCC chat requests on Auto-accept and minimize window
+
* '''auto''' - Automatically accepts incoming DCC Chat Requests.
/creq +m auto</syntaxhighlight>
+
* '''ignore''' - This parameter enables the ability to ignore all incoming DCC Chat requests.
  
== Compatibility ==
+
== Examples ==
Added: mIRC v3.8
+
'''Enable automatic minimizing of DCC Chats'''
 +
<pre>/creq +m</pre>
  
Added On: 25/11/1995
+
'''Set DCC Chats to automatically accept'''
 +
<pre>/creq auto</pre>
  
<small>Note: Individual switches were not taken into consideration.</small>
+
== Compatibility ==
 +
{{mIRC compatibility|3.8}}
  
== See also ==
+
== See Also ==
 +
* {{mIRC|/sreq}}
 +
* {{mIRC|$creq}}
 +
* {{mIRC|$sreq}}
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$dccport identifier - mIRC|$dccport]]
 
* [[$dccignore identifier - mIRC|$dccignore]]
 
* [[/dcc command - mIRC|/dcc]]
 
* [[/dccserver command - mIRC|/dccserver]]
 
* [[/sreq command - mIRC|/sreq]]
 
  
[[Category:mIRC commands]]
+
{{mIRC command list}}
 +
 
 +
[[Category:mIRC commands|creq]]

Latest revision as of 09:54, 21 September 2017

/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]


[Expand]
v · d · e mIRC commands list