Fix a bug in the IRC plugin

(forgot to add the arguments to one call)
This commit is contained in:
mathieui 2015-01-15 16:44:55 +01:00
parent addac1785f
commit a4771623a5
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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)