From a9e000c6ddd6175d6d5d8c1d1ee9124f370bea58 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 2 Dec 2011 02:38:34 +1300 Subject: [PATCH] Adjusted .fact output --- plugins/fact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fact.py b/plugins/fact.py index 93e9021..2178792 100644 --- a/plugins/fact.py +++ b/plugins/fact.py @@ -15,4 +15,4 @@ def fact(inp, say=False, nick=False): fact = misc.strip_html(container.renderContents()) - return "%s [%s]" % (fact, link) + return "%s [ %s ]" % (fact, link)