From 5c650dbd1b4c8a833b4f95099f6f9e809c58e180 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Sun, 17 Nov 2013 16:06:22 -0800 Subject: [PATCH] Adding spacing for .me "You should identify" message --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 3e971c0..71ed675 100644 --- a/plugin.py +++ b/plugin.py @@ -397,7 +397,7 @@ class TriviaTime(callbacks.Plugin): if not hasPoints: infoList = ['%s: You do not have any points.' % (username)] if not identified: - infoList.append('You should identify to keep track of your score more accurately.') + infoList.append(' You should identify to keep track of your score more accurately.') infoText = ''.join(infoList) irc.sendMsg(ircmsgs.privmsg(channel, infoText)) irc.noReply()