summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
authorGap <l.uisv.gt@icloud.com>2015-01-14 18:48:41 +0100
committerGap <l.uisv.gt@icloud.com>2015-01-14 18:48:41 +0100
commit9a42172c4eacf58cead435fe7596155594c17424 (patch)
tree480f32487a0e0934040d26293badaa440d995c55 /mentio.py
parent1ad6651e5229a2f4881fd0dcce5e671c75d0b149 (diff)
A space :3
Diffstat (limited to 'mentio.py')
-rw-r--r--mentio.py2
1 files changed, 1 insertions, 1 deletions
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)