From 9a42172c4eacf58cead435fe7596155594c17424 Mon Sep 17 00:00:00 2001 From: Gap Date: Wed, 14 Jan 2015 18:48:41 +0100 Subject: [PATCH] A space :3 --- mentio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentio.py b/mentio.py index abfc80f..c9939bd 100644 --- a/mentio.py +++ b/mentio.py @@ -52,7 +52,7 @@ def onChat(event): except: # list might not be mutable, ignoring. Receiver will get the message twice pass - message = " ".join([sender.getDisplayName(), arrow] + rec_words) + message = " "+" ".join([sender.getDisplayName(), arrow] + rec_words) msg(recipient, message, usecolor = False) recipient.playSound(recipient.getLocation(), "mob.chicken.plop", 1, 2)