~lderan/ubuntu-bots/meeetingology-output

« back to all changes in this revision

Viewing changes to meeting.py

  • Committer: Alan Bell
  • Date: 2013-08-29 09:12:35 UTC
  • mfrom: (12.1.5 meetingology)
  • Revision ID: alanbell@ubuntu.com-20130829091235-ihagdwur7j8izd2u
accepting merge for private voting

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
            self.reply("Voting still open on: " + self.activeVote)
420
420
            return
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()
424
424
        self.currentVote={}
425
425
        #need to set up a structure to hold vote results