needs trailing space

This commit is contained in:
jomo
2014-07-10 01:22:53 +02:00
parent f526f521b5
commit d89f649ca0

View File

@@ -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