aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xIRC/asybot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/IRC/asybot.py b/IRC/asybot.py
index 31af28d..89967c3 100755
--- a/IRC/asybot.py
+++ b/IRC/asybot.py
@@ -129,6 +129,7 @@ class asybot(asychat):
y = match(command['pattern'], rest)
if y:
self.execute_command(command, y, PRIVMSG, ME)
+ break
def execute_command(self, command, match, PRIVMSG, ME):
from os.path import realpath, dirname, join