summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/ircasy.py
diff options
context:
space:
mode:
authorjuhulian <julian@rilli.eu>2014-04-09 10:37:59 +0200
committerjuhulian <julian@rilli.eu>2014-04-09 10:37:59 +0200
commita2de1edca2b3bdfb437c295a446817ef3a42a123 (patch)
treea40e17066fc9e7c1a9d0a4f129fabb01277ba6f3 /Reaktor/IRC/ircasy.py
parentb9d60ee1a0eedc17c2dc16c73f8ed0f6809de5a0 (diff)
fix bracket by on_join
Diffstat (limited to 'Reaktor/IRC/ircasy.py')
-rw-r--r--Reaktor/IRC/ircasy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/IRC/ircasy.py b/Reaktor/IRC/ircasy.py
index b40913ce..9a7f44f3 100644
--- a/Reaktor/IRC/ircasy.py
+++ b/Reaktor/IRC/ircasy.py
@@ -114,7 +114,7 @@ class asybot(asychat):
self.on_kick(prefix, command, params, rest)
elif command == 'JOIN':
- self.on_join(prefix, command, params, rest))
+ self.on_join(prefix, command, params, rest)
elif command == '433':
# ERR_NICKNAMEINUSE, retry with another name