echo_bot: re-add space before echoing unencrypted message
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b586b62558
commit
9a5cc71b14
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class EchoBot(ClientXMPP):
|
|||
|
||||
if not self['xep_0384'].is_encrypted(msg):
|
||||
if self.debug_level == LEVEL_DEBUG:
|
||||
await self.plain_reply(mto, mtype, f"Echo unencrypted message:{msg['body']}")
|
||||
await self.plain_reply(mto, mtype, f"Echo unencrypted message: {msg['body']}")
|
||||
return None
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue