Merge lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology

Proposed by Thomas Molloy
Status: Superseded
Proposed branch: lp:~lderan/ubuntu-bots/meeetingology-output
Merge into: lp:~ubuntu-bots/ubuntu-bots/meetingology
Diff against target: 14 lines (+2/-2)
1 file modified
meeting.py (+2/-2)
To merge this branch: bzr merge lp:~lderan/ubuntu-bots/meeetingology-output
Reviewer Review Type Date Requested Status
Alan Bell Approve
Review via email: mp+205470@code.launchpad.net

This proposal has been superseded by a proposal from 2014-03-12.

Description of the change

fix for the moinmoint output

To post a comment you must log in.
Revision history for this message
Alan Bell (alanbell) wrote :

fix typo

review: Approve
20. By Alan Bell

accepting fix

21. By Alan Bell

accpeting merge

22. By Thomas Molloy

DONE items for MoinMoin outputs now show up as DONE instead of ACTION

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'meeting.py'
2--- meeting.py 2014-02-07 17:30:02 +0000
3+++ meeting.py 2014-03-12 21:05:27 +0000
4@@ -574,10 +574,10 @@
5 commands = ["action", "info", "idea", "nick", "link", "commands"]
6 commands.sort()
7 self.reply("Available commands: "+(" ".join(commands)))
8- def do_done(self, nick, **kwargs):
9+ def do_done(self, nick, line, **kwargs):
10 """Add aggreement to the minutes - chairs only."""
11 if not self.isChair(nick): return
12- m = items.Done(**kwargs)
13+ m = items.Done(nick=nick, line=line, **kwargs)
14 self.additem(m)
15
16

Subscribers

People subscribed via source and target branches