1! $eterna: save,v 1.8 2018/06/10 02:25:30 mrg Exp $ 2! 3! Copyright (c) 1990-2018 Michael Sandrof, Troy Rollo, Matthew Green, 4! and other ircII contributors. 5! 6! All rights reserved. See the HELP IRCII COPYRIGHT file for more 7! information. 8! 9Usage: SAVE [<options>] [<filename>] 10 This will save all of the settings of IRCII to a file. It 11 saves all of the Key Bindings, Variables, and Aliases (in that 12 order) in a format such that they can be loaded into IRCII 13 using the LOAD command or the -l switch. If no filename is 14 given, the your default .ircrc file will be used (unless 15 changed with the -l switch). 16 17 If any of these options are specific, different things occur. 18 19 -ALIAS 20 -ASSIGN 21 -BIND 22 -ON 23 -SET 24 -NOTIFY 25 -DIGRAPH 26 27 only those `types' are saved. The -ALL option will save all 28 types and the -FORCE option will supress confirmation. 29 30See Also: 31 ircII command_line_args 32 LOAD 33