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

(Created page with "The '''/flood command''' lists all open files, or those matching the specified name, which can be a wildcard expression. == Synopsis == /flist [name] == Switches == None =...")
 
(fixed wrong entry imported)
Line 1: Line 1:
The '''/flood command''' lists all open files, or those matching the specified name, which can be a wildcard expression.
+
The '''/flood command''' can be used to change the current flood settings for mIRC.
  
 
== Synopsis ==
 
== Synopsis ==
  /flist [name]
+
  /flood [+c|-c] [on|off|clear] <chars> <maxlines> <maxmessages> <ignoretime>
  
 
== Switches ==
 
== Switches ==
None
+
* '''-c''' - disables the ctcp flood protection
 +
* '''+c''' - enables the ctcp flood protection
  
 
== Parameters ==
 
== Parameters ==
* '''[name]''' - a wildcard expression
+
* '''[on|off|clear]''' - turns flood protection on/off or clear the settings
 +
* '''<chars>''' - maximum number of characters sent before it triggers <maxlines> - maximum number of buffered lines
 +
* '''<maxmessages>''' - maximum number of message allowed per nick <ignoretime> - number of seconds nicks are ignored if they exceed <maxmessages>
  
 
== Example ==
 
== Example ==
<syntaxhighlight lang="mIRC">/flist
+
<syntaxhighlight lang="mIRC">/flood 200 10 2 30</syntaxhighlight>
/flist myhandle*</syntaxhighlight>
 
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC 6.1
+
Added: mIRC 3.3, 3.4
 +
 
 +
Added On: 21/06/95
 +
 
  
Added On: 29/08/2003
 
  
 
<small>Note: Individual switches were not taken into consideration.</small>
 
<small>Note: Individual switches were not taken into consideration.</small>
Line 24: Line 28:
 
* [[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]]
* [[$fopen identifier - mIRC|$fopen]]
 
* [[$fread identifier - mIRC|$fread]]
 
* [[$ferr identifier - mIRC|$ferr]]
 
* [[$feof identifier - mIRC|$feof]]
 
* [[/fclose command - mIRC|/fclose]]
 
* [[/fopen command - mIRC|/fopen]]
 
* [[/fseek command - mIRC|/fseek]]
 
* [[/fwrite command - mIRC|/fwrite]]
 
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 05:50, 4 December 2013

The /flood command can be used to change the current flood settings for mIRC.

Synopsis

/flood [+c|-c] [on|off|clear] <chars> <maxlines> <maxmessages> <ignoretime>

Switches

  • -c - disables the ctcp flood protection
  • +c - enables the ctcp flood protection

Parameters

  • [on|off|clear] - turns flood protection on/off or clear the settings
  • <chars> - maximum number of characters sent before it triggers <maxlines> - maximum number of buffered lines
  • <maxmessages> - maximum number of message allowed per nick <ignoretime> - number of seconds nicks are ignored if they exceed <maxmessages>

Example

/flood 200 10 2 30

Compatibility

Added: mIRC 3.3, 3.4

Added On: 21/06/95


Note: Individual switches were not taken into consideration.

See also