summaryrefslogtreecommitdiff
path: root/poezio/tabs/privatetab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/privatetab.py')
-rw-r--r--poezio/tabs/privatetab.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/poezio/tabs/privatetab.py b/poezio/tabs/privatetab.py
index b6c19f1a..9279929a 100644
--- a/poezio/tabs/privatetab.py
+++ b/poezio/tabs/privatetab.py
@@ -49,10 +49,6 @@ class PrivateTab(OneToOneTab):
self.register_command('info', self.command_info,
desc='Display some information about the user in the MUC: its/his/her role, affiliation, status and status message.',
shortdesc='Info about the user.')
- self.register_command('unquery', self.command_unquery,
- shortdesc='Close the tab.')
- self.register_command('close', self.command_unquery,
- shortdesc='Close the tab.')
self.register_command('version', self.command_version,
desc='Get the software version of the current interlocutor (usually its XMPP client and Operating System).',
shortdesc='Get the software version of a jid.')
@@ -190,13 +186,6 @@ class PrivateTab(OneToOneTab):
self.text_win.refresh()
self.input.refresh()
- @command_args_parser.ignored
- def command_unquery(self):
- """
- /unquery
- """
- self.core.close_tab(self)
-
@command_args_parser.quoted(0, 1)
def command_version(self, args):
"""