summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index ef8a721..bff15bd 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -77,6 +77,7 @@ sub said {
}
else {
$self->$say("Unknown command $action for game $game_name");
+ return;
}
}
else {