aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/ircasy.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-27 18:17:23 +0200
committermakefu <github@syntax-fehler.de>2014-04-27 18:17:23 +0200
commit4b367ce717a91eda21337ff85a64fcb3f38db61d (patch)
tree84d2aa2aa045657afb573ed862c0510353e70e2e /IRC/ircasy.py
parent3005c4701cade073dbc2285e3629cb516b4a3cec (diff)
parent8ba1237707cf9da18344d2725e5d867f93dcd3c3 (diff)
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'IRC/ircasy.py')
-rw-r--r--IRC/ircasy.py5
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