summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
authorLouis Vogt <l.uisv.gt@icloud.com>2014-06-20 22:13:09 +0200
committerLouis Vogt <l.uisv.gt@icloud.com>2014-06-20 22:13:09 +0200
commit403348daa3aa3d4bd257a37e2c8a0696abd054da (patch)
tree9ba0d1ea80a3d3ff90b749c10de389a1ab640e66 /mentio.py
parent6df5cab599fb8d053bc1af9bc6c929953efc2463 (diff)
Fixed intentation+spelling mistake
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 7010795..8db30a6 100644
--- a/mentio.py
+++ b/mentio.py
@@ -14,5 +14,5 @@ def onChat(event):
for recipient in server.getOnlinePlayers().tolist():
if message[:3].lower() in recipient.getName().lower() and len(message) > 2:
msg(recipient, "&6" + symbol + " &f%s &6mentioned you" % sender.getDisplayName())
- # Couldn't figure out how to done this
+ # Couldn't figure out how to do this
# recipient.playSound(recipient.getLocation(), Sound.CHICKEN_EGG_POP, 1, 1)