From 07f1a169c38a78b4ff579fada1bd913e5e2e5e25 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 10 Jul 2014 01:22:53 +0200 Subject: [PATCH] needs trailing space --- abot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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