added "stop" action / added "set score" and "increase/decrease score" actions
[claws.git] / src / matcher.c
index 59e21d24b04c9b2c1a2294fb2eae7e56b3694e4c..5c1bbc599343e6a5d7883f8b22068490a9ff646d 100644 (file)
@@ -125,7 +125,9 @@ static const MatchParser matchparser_tab[] = {
        {MATCHACTION_EXECUTE, "execute"},
        {MATCHACTION_COLOR, "color"},
        {MATCHACTION_REDIRECT, "redirect"},
-       {MATCHACTION_CHANGE_SCORE, "change_score"}
+       {MATCHACTION_ADD_SCORE, "add_score"},
+       {MATCHACTION_SET_SCORE, "set_score"},
+       {MATCHACTION_STOP, "stop"},
 };
 
 /*!