Fix #3281 (alias /subject to /topic)

This commit is contained in:
mathieui 2017-10-08 19:53:39 +02:00
parent c2fad0d7dc
commit 83ced76bb1

View file

@ -120,6 +120,11 @@ class MucTab(ChatTab):
desc='Change the subject of the room.',
shortdesc='Change the subject.',
completion=self.completion_topic)
self.register_command('subject', self.command_topic,
usage='<subject>',
desc='Change the subject of the room.',
shortdesc='Change the subject.',
completion=self.completion_topic)
self.register_command('query', self.command_query,
usage='<nick> [message]',
desc='Open a private conversation with <nick>. This nick'