diff options
| author | lassulus <lassulus@googlemail.com> | 2013-12-18 17:58:40 +0100 | 
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2013-12-18 17:58:40 +0100 | 
| commit | d8dcd0edb7adeac0f375e57b365da588971a5da2 (patch) | |
| tree | 9d5d778bf7461837cbe16c3020ee9e39b83ca174 /IRC | |
| parent | 26d56f6f09962fd2a322978cb22466f29d123c7b (diff) | |
Reaktor/IRC: match only one pattern
Diffstat (limited to 'IRC')
| -rwxr-xr-x | IRC/asybot.py | 1 | 
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 | 
