From 966b4b26e35d7e87f748a804042e622bd95e8d5f Mon Sep 17 00:00:00 2001 From: rootcoma Date: Tue, 5 Nov 2013 03:58:00 -0800 Subject: [PATCH] Adding question marks --- plugin.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index f5da511..ef75aae 100644 --- a/plugin.py +++ b/plugin.py @@ -953,8 +953,12 @@ class TriviaTime(callbacks.Plugin): self.storage.insertGameLog(self.channel, self.numAsked, self.lineNumber, self.question) + tempQuestion = self.question.rstrip() + if tempQuestion[-1:] != '?': + tempQuestion += ' ?' + # bold the q - questionText = '%s' % self.question + questionText = '%s' % (tempQuestion) # KAOS? report # of answers if len(self.answers) > 1: