From dc6a1f318c9132527f737b7b77473efccdeb9604 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Thu, 14 Jun 2012 06:14:20 +0200 Subject: [PATCH] i dare you copy'n'paste --- src/de/ctdo/crashtest/game/TheGame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/ctdo/crashtest/game/TheGame.java b/src/de/ctdo/crashtest/game/TheGame.java index 3d1c8e0..4c65819 100644 --- a/src/de/ctdo/crashtest/game/TheGame.java +++ b/src/de/ctdo/crashtest/game/TheGame.java @@ -414,7 +414,7 @@ public class TheGame implements StatemachineListener, GuiEventListener, IRCEvent ircClient.say("valid commands: lamp on, lamp off, lamp blink, lamp stop, oven on, oven off, rokets"); } else if(message.contains("disco")) { ircClient.say("party! use: disco {on,off}"); - } else if(params.contains("gem")) { + } else if(message.contains("gem")) { ircClient.say("you don't say?"); } else { ircClient.say("dafuq?");