Fix /irc_query in the IRC plugin
This commit is contained in:
parent
1524245dd0
commit
4463a0d5b5
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ class Plugin(BasePlugin):
|
|||
conversation, a warning is displayed and None is returned
|
||||
"""
|
||||
gateway = self.config.get('gateway', 'irc.poez.io')
|
||||
current = self.core.current_tab()
|
||||
current = self.api.current_tab()
|
||||
current_jid = common.safeJID(current.name)
|
||||
if not current_jid.server == gateway:
|
||||
self.api.information(
|
||||
|
|
Loading…
Reference in a new issue