Difference between revisions of "Save"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 29: Line 29:
  
 
* [[saveini|/saveini]] - Updates all mIRC-related INI files.
 
* [[saveini|/saveini]] - Updates all mIRC-related INI files.
 +
* [[load|/load]] - Loads an alias, popup, or script file.
  
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 00:47, 12 April 2008

Saves the specified popup or remote users/variables file.

/save <-pscqnm|-ruv> <filename>

Note: You can only save one section at a time.

Switches

-p (popups)

  • -s (status)
  • -c (channel)
  • -q (query)
  • -n (nick list)
  • -m (menu bar)

-r (remotes)

  • -u (users)
  • -v (variables)

Example

/save -ps status.ini      saves the status popup to status.ini
/save -pn nick.ini        saves the nickname list popup to nick.ini
/save -ru users.ini       saves the user list to users.ini
/save -rv vars.ini        saves the variables list to vars.ini

See Also

  • /saveini - Updates all mIRC-related INI files.
  • /load - Loads an alias, popup, or script file.