summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-01-15 16:44:55 +0100
committermathieui <mathieui@mathieui.net>2015-01-15 16:44:55 +0100
commita4771623a509b8f87e137169897d4347cb44fa70 (patch)
tree11b06461b373d71885ea47e0cae472e1841c6147 /plugins
parentaddac1785f91711af7440f4877c8aef86f841898 (diff)
downloadpoezio-a4771623a509b8f87e137169897d4347cb44fa70.tar.gz
poezio-a4771623a509b8f87e137169897d4347cb44fa70.tar.bz2
poezio-a4771623a509b8f87e137169897d4347cb44fa70.tar.xz
poezio-a4771623a509b8f87e137169897d4347cb44fa70.zip
Fix a bug in the IRC plugin
(forgot to add the arguments to one call)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/irc.py2
1 files changed, 1 insertions, 1 deletions
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)