From WikiChip
Difference between revisions of "mirc/commands/flood"
(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 =...") |
(→Switches) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/flood command''' | + | {{mirc title|/flood Command}} |
+ | The '''/flood command''' can be used to change the current flood settings for mIRC. | ||
== Synopsis == | == Synopsis == | ||
− | / | + | /flood [<+|->L] [on|off|clear] <chars> <maxlines> <maxmessages> <ignoretime> |
== Switches == | == Switches == | ||
− | + | '+' enable the specific flood option, while '-' disable it, L can be: | |
+ | * '''c''' - ctcp | ||
+ | * '''m''' - own messages | ||
+ | * '''o''' - op | ||
+ | * '''q''' - query | ||
+ | * '''w''' - whois | ||
== Parameters == | == 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 == | == Example == | ||
− | <syntaxhighlight lang="mIRC">/ | + | <syntaxhighlight lang="mIRC">/flood 200 10 2 30</syntaxhighlight> |
− | |||
== Compatibility == | == Compatibility == | ||
− | Added: mIRC | + | Added: mIRC 3.3, 3.4 |
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[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]] | ||
− | + | {{mIRC command list}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|flood command - mIRC]] |
Latest revision as of 11:03, 14 July 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /flood command can be used to change the current flood settings for mIRC.
Synopsis[edit]
/flood [<+|->L] [on|off|clear] <chars> <maxlines> <maxmessages> <ignoretime>
Switches[edit]
'+' enable the specific flood option, while '-' disable it, L can be:
- c - ctcp
- m - own messages
- o - op
- q - query
- w - whois
Parameters[edit]
- [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[edit]
/flood 200 10 2 30
Compatibility[edit]
Added: mIRC 3.3, 3.4
See also[edit]
mIRC commands list