Fix a bug in the IRC plugin
(forgot to add the arguments to one call)
This commit is contained in:
parent
addac1785f
commit
a4771623a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue