aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/ircasy.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-25 12:02:03 +0200
committermakefu <github@syntax-fehler.de>2014-04-25 12:02:03 +0200
commit09bc409155e99b04cb2282faa01548a40a2c135a (patch)
tree7c410840e7266953266e7d9b78e5b7d99e68c21a /IRC/ircasy.py
parent7862c9c38d8109f8f307e7c1a6f374c9d4f0f41e (diff)
make config file a parameter
Diffstat (limited to 'IRC/ircasy.py')
-rw-r--r--IRC/ircasy.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/IRC/ircasy.py b/IRC/ircasy.py
index 9a7f44f..259ea98 100644
--- a/IRC/ircasy.py
+++ b/IRC/ircasy.py
@@ -114,7 +114,10 @@ class asybot(asychat):
self.on_kick(prefix, command, params, rest)
elif command == 'JOIN':
- self.on_join(prefix, command, params, rest)
+ try:
+ self.on_join(prefix, command, params, rest)
+ except:
+ pass
elif command == '433':
# ERR_NICKNAMEINUSE, retry with another name