diff options
-rw-r--r-- | poezio/tabs/muctab.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 4ba6d6d0..a89529be 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -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' |