From bbc55fa40eaaed6bb57fddd2e9cc5eb1d3baa8cc Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 4 May 2014 18:23:10 +0200 Subject: Add the /ad-hoc command to list commands of the given jid --- src/tabs/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabs/__init__.py') diff --git a/src/tabs/__init__.py b/src/tabs/__init__.py index 8826ede2..5f09bf38 100644 --- a/src/tabs/__init__.py +++ b/src/tabs/__init__.py @@ -8,4 +8,5 @@ from . conversationtab import ConversationTab, StaticConversationTab,\ from . xmltab import XMLTab from . listtab import ListTab from . muclisttab import MucListTab +from . adhoc_commands_list import AdhocCommandsListTab from . data_forms import DataFormsTab -- cgit v1.2.3