Thomas Molloy has proposed merging lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology.
Requested reviews: Alan Bell (alanbell) For more details, see: https://code.launchpad.net/~lderan/ubuntu-bots/meeetingology-output/+merge/210693 fix for the moinmoin output & DONE items -- https://code.launchpad.net/~lderan/ubuntu-bots/meeetingology-output/+merge/210693 Your team Ubuntu IRC Bots is subscribed to branch lp:~ubuntu-bots/ubuntu-bots/meetingology.
=== modified file 'meeting.py' --- meeting.py 2014-02-07 17:30:02 +0000 +++ meeting.py 2014-03-12 21:07:33 +0000 @@ -574,10 +574,10 @@ commands = ["action", "info", "idea", "nick", "link", "commands"] commands.sort() self.reply("Available commands: "+(" ".join(commands))) - def do_done(self, nick, **kwargs): + def do_done(self, nick, line, **kwargs): """Add aggreement to the minutes - chairs only.""" if not self.isChair(nick): return - m = items.Done(**kwargs) + m = items.Done(nick=nick, line=line, **kwargs) self.additem(m)
-- Mailing list: https://launchpad.net/~ubuntu-bots Post to : ubuntu-bots@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-bots More help : https://help.launchpad.net/ListHelp