From a4771623a509b8f87e137169897d4347cb44fa70 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 15 Jan 2015 16:44:55 +0100 Subject: Fix a bug in the IRC plugin (forgot to add the arguments to one call) --- plugins/irc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/irc.py b/plugins/irc.py index d2b38e3f..065b1e62 100644 --- a/plugins/irc.py +++ b/plugins/irc.py @@ -206,7 +206,7 @@ class Plugin(BasePlugin): room_suffix[1:]) self.api.add_timed_event(delayed) else: - login() + login(gateway, section, login_nick, login_command, room_suffix[1:]) elif not already_opened: self.join(gateway, section) -- cgit v1.2.3