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

m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +))
m (Bot: Fixing compatibility)
Line 23: Line 23:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.4
+
{{mIRC compatibility|5.4}}
  
 
== See also ==
 
== See also ==

Revision as of 02:08, 6 July 2014

mIRC might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The /saveini command should be called before attempting to access any settings from these files.

Synopsis

/saveini

Switches

None

Parameters

None

Example

mIRC settings should be flushed before attempting to access recent data:

; returns the last text your searched using Ctrl+F
alias lastFind {
  ; flush settings
  saveini
  ; return the last find text
  return $readini($mircini, n, find2, n0)
}

Compatibility

Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC commands list