419
419
self.reply("Voting still open on: " + self.activeVote)
421
421
self.reply("Please vote on: " + line.strip())
422
self.reply("Public votes can be registered by saying +1, +0 or -1 in channel, (private votes don't work yet, but when they do it will be by messaging the channel followed by +1/-1/+0 to me)")
422
self.reply("Public votes can be registered by saying +1, +0 or -1 in channel, (for private voting, private message me with 'vote +1/-1/+0 #channelname)")
423
423
self.activeVote=line.strip()
425
425
#need to set up a structure to hold vote results