Fix #3281 (alias /subject to /topic)
This commit is contained in:
parent
c2fad0d7dc
commit
83ced76bb1
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue