summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.py b/src/core/core.py
index 38a13416..7b078569 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -1265,6 +1265,7 @@ class Core(object):
new_tab = tabs.MucTab(room, nick, password=password)
self.add_tab(new_tab, focus)
self.refresh_window()
+ return new_tab
def open_new_form(self, form, on_cancel, on_send, **kwargs):
"""