From b5cca8687d16afafbbfcbd7f74a3c8aa8ca35108 Mon Sep 17 00:00:00 2001 From: Madhur Garg Date: Sun, 24 Mar 2019 19:35:43 +0530 Subject: Corrects the functionality of /add command in all tabs. Fixes #3395 --- poezio/core/core.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'poezio/core/core.py') diff --git a/poezio/core/core.py b/poezio/core/core.py index 6bb19d16..51c304fa 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1758,6 +1758,14 @@ class Core: "currently using in this room (instead of default_nick).", shortdesc="Bookmark a room online.", completion=self.completion.bookmark) + self.register_command( + 'add', + self.command.command_add, + usage='', + desc='Add the specified JID to your roster, ask them to' + ' allow you to see his presence, and allow them to' + ' see your presence.', + shortdesc='Add a user to your roster.') self.register_command( 'reconnect', self.command.command_reconnect, -- cgit v1.2.3