From WikiChip
Difference between revisions of "mirc/commands/fupdate"
Line 1: | Line 1: | ||
{{mirc title|/fupdate Command}} | {{mirc title|/fupdate Command}} | ||
− | The '''/fupdate command''' allows you to set the maximum | + | The '''/fupdate command''' allows you to set the maximum delay, in millisecond, before lines that should be displayed to a window, are actually being printed, lines are buffered between that delay, this is to help improving the speed display when a lot of lines are expected to be displayed, such as when a netsplit occurs on a large channel. |
− | If used with no parameter, it displays the current | + | If used with no parameter, it displays the current delay set. |
== Synopsis == | == Synopsis == | ||
Line 11: | Line 11: | ||
== Parameters == | == Parameters == | ||
− | * '''N''' - The | + | * '''N''' - The delay, in millisecond, between 0 and 100, 0 if the default mIRC behavior, the one in place prior this command was added |
== Example == | == Example == |
Revision as of 06:53, 17 January 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /fupdate command allows you to set the maximum delay, in millisecond, before lines that should be displayed to a window, are actually being printed, lines are buffered between that delay, this is to help improving the speed display when a lot of lines are expected to be displayed, such as when a netsplit occurs on a large channel.
If used with no parameter, it displays the current delay set.
Synopsis
/fupdate [N]
Switches
None
Parameters
- N - The delay, in millisecond, between 0 and 100, 0 if the default mIRC behavior, the one in place prior this command was added
Example
None
Compatibility
Pending, beta stage.