From WikiChip
Difference between revisions of "mirc/commands/saveini"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 35: | Line 35: | ||
* [[$readini identifier - mIRC|$readini]] | * [[$readini identifier - mIRC|$readini]] | ||
* [[$read identifier - mIRC|$read]] | * [[$read identifier - mIRC|$read]] | ||
− | * | + | * {{mIRC|/load}} |
− | * | + | * {{mIRC|/localinfo}} |
− | * | + | * {{mIRC|/reload}} |
− | * | + | * {{mIRC|/save}} |
− | * | + | * {{mIRC|/savebuf}} |
− | * | + | * {{mIRC|/write}} |
− | * | + | * {{mIRC|/writeini}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:53, 5 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/06/98
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $mircini
- $readini
- $read
- /load
- /localinfo
- /reload
- /save
- /savebuf
- /write
- /writeini
mIRC commands list