diff options
-rw-r--r-- | plugins/gpg/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): """ |