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

Line 1: Line 1:
 
{{mirc title|/fupdate Command}}
 
{{mirc title|/fupdate Command}}
The '''/fupdate command''' allows you to set the maximum of lines that should be buffered before being displayed into a window
+
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 number set.
+
If used with no parameter, it displays the current delay set.
  
 
== Synopsis ==
 
== Synopsis ==
Line 11: Line 11:
  
 
== Parameters ==
 
== Parameters ==
* '''N''' - The number of lines to be buffered before getting displayed, between 0 and 100, 0 if the default mIRC behavior, the one always in place prior this command allowed one to change it
+
* '''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

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.

See also