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)