From 956a42017147384e9e07b7fe2e5a6814f47cf3d4 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 16 Jun 2018 22:40:49 +0300 Subject: [PATCH] Fix docstrings for XEP-0146 commands --- gajim/common/commands.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gajim/common/commands.py b/gajim/common/commands.py index 24908cb03..250261b60 100644 --- a/gajim/common/commands.py +++ b/gajim/common/commands.py @@ -198,7 +198,7 @@ class LeaveGroupchatsCommand(AdHocCommand): @staticmethod def isVisibleFor(samejid): """ - Change status is visible only if the entity has the same bare jid + Leave groupchats is visible only if the entity has the same bare jid """ return samejid @@ -285,7 +285,7 @@ class ForwardMessagesCommand(AdHocCommand): @staticmethod def isVisibleFor(samejid): """ - Change status is visible only if the entity has the same bare jid + Forward messages is visible only if the entity has the same bare jid """ return samejid @@ -320,7 +320,7 @@ class FwdMsgThenDisconnectCommand(AdHocCommand): @staticmethod def isVisibleFor(samejid): """ - Change status is visible only if the entity has the same bare jid + Forward unread messages then disconnect is visible only if the entity has the same bare jid """ return samejid