aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/ircasy.py
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-04-25 12:52:05 +0200
committertv <tv@nomic.retiolum>2014-04-25 12:52:05 +0200
commite957c40e5ad65c3088454ef0463d7ae42452196b (patch)
treedd09441cd971c854ba4e3a4f35458394ade46be3 /IRC/ircasy.py
parentd7bdbaaa1659289be2b07a532f98058ecba32916 (diff)
reaktor getconf: allow default_value
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