Adding spacing for .me "You should identify" message
This commit is contained in:
parent
4d9489bb96
commit
5c650dbd1b
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue