summaryrefslogtreecommitdiff
path: root/abot.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-10 01:22:53 +0200
committerjomo <github@jomo.tv>2014-07-10 01:22:53 +0200
commit07f1a169c38a78b4ff579fada1bd913e5e2e5e25 (patch)
tree702b509a5187aabaf2ec120eb729bb223ab05602 /abot.py
parent755bd35abb6e2547e8ab150ab244adcd1bc34ded (diff)
needs trailing space
Diffstat (limited to 'abot.py')
-rw-r--r--abot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abot.py b/abot.py
index 03dda5c..6857ff6 100644
--- a/abot.py
+++ b/abot.py
@@ -24,7 +24,7 @@ def onChat(event):
if regex.search(message):
plugHeader(sender, "AnswerBot")
msg(sender, "&aLooks like you're asking something that's likely in our FAQ.")
- msg(sender, "&aTake a look at &4&l/faq&a and read through the pages.\n")
+ msg(sender, "&aTake a look at &4&l/faq&a and read through the pages.\n ") # trailing space required
event.setCancelled(True)
log("(hidden) %s: '%s'" % (sender.getName(), message))
break \ No newline at end of file