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...")
 
(Modified /creq command - mIRC)
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.
+
'''/creq''' command 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
+
<span style="display: inline-block; width: 30px;">'''+m'''</span>Enable automatic minimizing of DCC Chat requests when they are initiated.
* '''+m''' - Check minimize
 
  
== Parameters ==
+
<span style="display: inline-block; width: 30px;">'''-m'''</span>Disable automatic minimizing of DCC Chat requests when they are initiated.
* '''ask''' - Show chat dialog
 
* '''auto''' - Auto-accept
 
* '''ignore''' - Ignore all
 
  
== Example ==
+
= Parameters =
<syntaxhighlight lang="mIRC">;Turn DCC chat requests on Auto-accept and minimize window
+
<span style="display: inline-block; width: 60px;">'''ask'''</span>Makes sure you get a notification on all incoming DCC Chat requests. You can either accept or decline each DCC Send.
/creq +m auto</syntaxhighlight>
 
  
== Compatibility ==
+
<span style="display: inline-block; width: 60px;">'''auto'''</span>Automatically accepts incoming DCC Chat Requests.
 +
 
 +
<span style="display: inline-block; width: 60px;">'''ignore'''</span>This parameter enables the ability to ignore all incoming DCC Chat requests.
 +
 
 +
= Examples =
 +
'''Enable automatic minimizing of DCC Chats'''
 +
<pre>/creq +m</pre>
 +
 
 +
'''Set DCC Chats to automatically accept'''
 +
<pre>/creq auto</pre>
 +
 
 +
= Compatibility =
 
Added: mIRC v3.8
 
Added: mIRC v3.8
  
Added On: 25/11/1995
+
Added On: 25/11/95
  
<small>Note: Individual switches were not taken into consideration.</small>
+
= See Also =
 +
[[/sreq command - mIRC|/sreq]]
  
== See also ==
+
[[$creq identifier - mIRC|$creq]]
* [[List of commands - mIRC|List of commands]]
 
* [[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]]
+
[[$sreq identifier - mIRC|$sreq]]

Revision as of 14:06, 23 June 2014

/creq command allows you to modify the mIRC DCC Chat options in the command-line, without having to open the mIRC options dialog.

Synopsis

/creq [+m|-m] [ask | auto | ignore]

Switches

+mEnable automatic minimizing of DCC Chat requests when they are initiated.

-mDisable automatic minimizing of DCC Chat requests when they are initiated.

Parameters

askMakes sure you get a notification on all incoming DCC Chat requests. You can either accept or decline each DCC Send.

autoAutomatically accepts incoming DCC Chat Requests.

ignoreThis parameter enables the ability to ignore all incoming DCC Chat requests.

Examples

Enable automatic minimizing of DCC Chats

/creq +m

Set DCC Chats to automatically accept

/creq auto

Compatibility

Added: mIRC v3.8

Added On: 25/11/95

See Also

/sreq

$creq

$sreq