From WikiChip
/saveini Command - mIRC
< mirc‎ | commands
Revision as of 19:39, 15 June 2017 by ChippyBot (talk | contribs) (Bot: de-linking old mIRC menu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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[edit]

/saveini

Switches[edit]

None

Parameters[edit]

None

Example[edit]

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[edit]

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[edit]

[Expand]
v · d · e mIRC commands list