From a2de1edca2b3bdfb437c295a446817ef3a42a123 Mon Sep 17 00:00:00 2001 From: juhulian Date: Wed, 9 Apr 2014 10:37:59 +0200 Subject: fix bracket by on_join --- Reaktor/IRC/ircasy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor') 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 -- cgit v1.2.3