From c1be52847bae48215a8e5589b3a3b94bc1bb913c Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 31 Mar 2016 23:24:58 +0100 Subject: Fix core commands, broken in the previous commit. --- poezio/tabs/muclisttab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/muclisttab.py') diff --git a/poezio/tabs/muclisttab.py b/poezio/tabs/muclisttab.py index 92d55190..0013fc9a 100644 --- a/poezio/tabs/muclisttab.py +++ b/poezio/tabs/muclisttab.py @@ -66,5 +66,5 @@ class MucListTab(ListTab): row = self.listview.get_selected_row() if not row: return - self.core.command_join(row[1]) + self.core.command.join(row[1]) -- cgit v1.2.3