summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-14 05:42:44 +0200
committerjomo <github@jomo.tv>2014-07-14 05:42:44 +0200
commit502aa3acc5315e1942a50c0c756e379b5dd9704c (patch)
tree8c6cbebd19f64f151c2edafc98626d5a8ee923dd /damnspam.py
parent60c6b957f1cccc6b8e103355e96e7e35fba0d18c (diff)
better message formatting
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/damnspam.py b/damnspam.py
index ae0c108..b06848e 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -110,7 +110,7 @@ def onBreak(event):
else:
event.setCancelled(True)
msg(sender, "&cYou cannot destroy this input!")
- msg(sender, "&7&lSneak&7 and break if you want to remove it.")
+ msg(sender, "&c&nSneak&c and break if you want to remove it.")
return True