diff options
author | makefu <root@pigstarter.de> | 2014-04-25 13:38:18 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-04-25 13:38:18 +0200 |
commit | 8070f4a259cc02983ca7d3c8e86cb8da816a5c3b (patch) | |
tree | 9785c0db5c0b0f88c2f2eecf476eb1c7b22c56a6 /Reaktor/IRC/ircasy.py | |
parent | c35d7c4e017baa57c14f1fb4b48f18e153ced549 (diff) | |
parent | 7bf0b790b95d97d33e57a4e52cf7681bc6366d98 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'Reaktor/IRC/ircasy.py')
-rw-r--r-- | Reaktor/IRC/ircasy.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Reaktor/IRC/ircasy.py b/Reaktor/IRC/ircasy.py index 259ea98c..9a7f44f3 100644 --- a/Reaktor/IRC/ircasy.py +++ b/Reaktor/IRC/ircasy.py @@ -114,10 +114,7 @@ class asybot(asychat): self.on_kick(prefix, command, params, rest) elif command == 'JOIN': - try: - self.on_join(prefix, command, params, rest) - except: - pass + self.on_join(prefix, command, params, rest) elif command == '433': # ERR_NICKNAMEINUSE, retry with another name |