summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-25 18:02:53 -0500
committerdoy <doy@tozt.net>2009-01-25 18:02:53 -0500
commit3428c814c0cce55573c6f2f4491cb3f72192918d (patch)
tree029bbce88a2f000b15d0498f56e0e2e0872d7df2
parentc4d16a74aa9686f61ef6f775409e15e5110b9eab (diff)
downloadbot-games-3428c814c0cce55573c6f2f4491cb3f72192918d.tar.gz
bot-games-3428c814c0cce55573c6f2f4491cb3f72192918d.zip
return after error
-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 {