Don't display quotes in get command

This commit is contained in:
John Reese 2013-07-03 10:59:48 -07:00
parent 3e13fe55f9
commit d3d76bf9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ class CPushMod : public CModule
}
else
{
PutModule(option + CString(": \"") + options[option] + CString("\""));
PutModule(option + CString(": ") + options[option]);
}
}
// SAVE command