]> git.ipfire.org Git - people/stevee/guardian.git/blobdiff - modules/Socket.pm
Adjust Parser and Socket module outputs.
[people/stevee/guardian.git] / modules / Socket.pm
index 3b758dc4b780258965d261fb2a66786f84614d21..9c1985c924bc253a5a2af06e918a9a3f352258eb 100644 (file)
@@ -102,7 +102,7 @@ sub Message_Parser ($) {
                if ($optarg) {
                        # The message is valid, return the event and
                        # the optional argument.
-                       return "$supported_commands{$command} $optarg";
+                       return "$supported_commands{$command} $optarg Socket User-requested action.";
                } else {
                        # Only return the event for the recieved command.
                        return "$supported_commands{$command}";