Skip to content
Snippets Groups Projects
Commit b411af78 authored by mcmlxxix's avatar mcmlxxix
Browse files

fixed error in last commit (reference to help_file)

parent 812b4a8f
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,6 @@ function save_everything() {
config.iniSetValue(null, "command_prefix", command_prefix);
config.iniSetValue(null, "real_name", real_name);
config.iniSetValue(null, "help_filename", help_filename);
config.iniSetValue(null, "config_write_delay", config_write_delay);
config.iniSetValue(null, "squelch_list", squelch_list.join(","));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment