From 83ced76bb137cc120fb1ec90adb787bb53359d05 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 8 Oct 2017 19:53:39 +0200 Subject: Fix #3281 (alias /subject to /topic) --- poezio/tabs/muctab.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'poezio/tabs') 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='', + desc='Change the subject of the room.', + shortdesc='Change the subject.', + completion=self.completion_topic) self.register_command('query', self.command_query, usage=' [message]', desc='Open a private conversation with . This nick' -- cgit v1.2.3