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 | 8d4c5b69c6d7bb9774b49f68db6570ebd2681505 (patch) | |
tree | e2c19554f5d1702eb0856d82f691cfce610f3a39 /IRC/ircasy.py | |
parent | c7e714ff331761a3c50d47e3b5a4834de92c2adc (diff) | |
parent | 97e2b11759fe3066b3d12bb9d47c981959c3cde8 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'IRC/ircasy.py')
-rw-r--r-- | IRC/ircasy.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/IRC/ircasy.py b/IRC/ircasy.py index 259ea98..9a7f44f 100644 --- a/IRC/ircasy.py +++ b/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 |