diff --git a/src/gajim.py b/src/gajim.py index be5fdd5e8..4d430921f 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -372,7 +372,7 @@ class OtrlMessageAppOps: message += u"\nThis user has requested an Off-the-Record private " \ "conversation. However, you do not have a plugin to " \ "support that.\nSee http://otr.cypherpunks.ca/ for more "\ - "information.") + "information." gajim.connections[opdata['account']].send_message(recipient, message, **opdata['kwargs'])