diff options
Diffstat (limited to 'infosatepg.cpp')
-rw-r--r-- | infosatepg.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/infosatepg.cpp b/infosatepg.cpp index 038e2ad..f1fcaa7 100644 --- a/infosatepg.cpp +++ b/infosatepg.cpp @@ -313,7 +313,7 @@ cString cPluginInfosatepg::SVDRPCommand(const char *Command, const char *Option, numprocessed=0; pmac=EPG_FIRST_DAY_MAC; - asprintf(&output,"OK\n"); + asprintf(&output,"Restarted receiver\n"); } if (!strcasecmp(Command,"REPR")) { @@ -321,7 +321,12 @@ cString cPluginInfosatepg::SVDRPCommand(const char *Command, const char *Option, numprocessed=0; pmac=EPG_FIRST_DAY_MAC; - asprintf(&output,"OK\n"); + asprintf(&output,"Reprocess\n"); + } + if (!strcasecmp(Command,"SAVE")) + { + global->Save(); + asprintf(&output,"InfosatEPG state saved\n"); } if (!strcasecmp(Command,"STAT")) { |