diff options
Diffstat (limited to 'Reaktor')
| -rwxr-xr-x | Reaktor/IRC/asybot.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Reaktor/IRC/asybot.py b/Reaktor/IRC/asybot.py index 31af28d2..89967c3f 100755 --- a/Reaktor/IRC/asybot.py +++ b/Reaktor/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 | 
