From d52e82660d2dcf7e33cd2cd942f18233a835b1d9 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 3 Feb 2014 20:57:40 +0100 Subject: =?UTF-8?q?Don=E2=80=99t=20set=20our=20status=20to=20None=20on=20/?= =?UTF-8?q?unload=20gpg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/gpg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpg') diff --git a/plugins/gpg/__init__.py b/plugins/gpg/__init__.py index a6ecf865..6c1165df 100644 --- a/plugins/gpg/__init__.py +++ b/plugins/gpg/__init__.py @@ -192,7 +192,7 @@ class Plugin(BasePlugin): that we cannot/do not want to encrypt/decrypt messages. """ current_presence = self.core.get_status() - self.core.command_status('%s %s' % (current_presence.show or 'available', current_presence.message,)) + self.core.command_status('%s %s' % (current_presence.show or 'available', current_presence.message or '',)) def on_normal_presence(self, presence, resource): """ -- cgit v1.2.3