mootbot

Differences between revisions 7 and 23 (spanning 16 versions)
Revision 7 as of 2010-02-08 11:49:31
Size: 1802
Editor: 98
Comment:
Revision 23 as of 2011-08-15 20:35:31
Size: 2301
Editor: 84
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle=" font-size: 0.9em; background:#F1F1ED; "><<TableOfContents>>||
= Meeting opened by AlanBell at 10:05 =
<'''<<Verbatim(AlanBell)>>'''> present
= Meetingology =
Meetingology is the development name of the next generation mootbot. It is based on the supybot python IRC bot framework and a total rewrite of the original TCL code of mootbot. The code has come via Debian where it is called meetbot, I have added back some Ubuntuish features, some of which, like voting, will be pushed over to the Debian code.
Line 5: Line 4:
<'''<<Verbatim(AlanBell)>>'''> [topic] Actions from last meeting It should be command compatible with mootbot. That is to say you should be able to run a meeting with all the normal mootbot commands like #startmeeting and [TOPIC] and [VOTE] etc, but you can also do #topic and #vote if you prefer that syntax.
Line 7: Line 6:
== Actions from last meeting ==
<'''<<Verbatim(AlanBell)>>'''> [Progress Report] add formatted voting output
At the moment meetingology is a rather quiet bot. It doesn't acknowledge receipt of as many commands as mootbot does. It is probably going to do more in terms of private messages to the person using the command, there is a general intention for it to not just repeat what you say in the channel, if it is talking then it should be saying something useful, like the results of a vote.
Line 10: Line 8:
=== add formatted voting output ===
<'''<<Verbatim(AlanBell)>>'''> this bit is going really well
Meetingology does the minutes right. They are in moin wiki syntax
Line 13: Line 10:
<'''<<Verbatim(AlanBell)>>'''> [Progress Report] make the results directly pasteable into the wiki == Additional commands ==
=== #chair ===
this allows you to nominate an additional chair of the meeting, someone else who can call votes and assign actions and end the meeting etc.
=== #voters ===
This allows you to provide a list of authorised voters, for example if you have a council meeting where 5 people have voting rights, but there might be 20 people discussing things in the meeting when a vote is called only the authorised voters votes will count even if someone else gets confused and tries to vote.
=== #help ===
this actually doesn't do what you might expect, it doesn't give you any help. It is used in a meeting to record a "call for help" or something where volunteers are being sought. This was a Debian innovation which we are leaving in for compatibility more than something we intend to use a lot.
Line 15: Line 18:
=== make the results directly pasteable into the wiki ===
<'''<<Verbatim(AlanBell)>>'''> no human intervention makes AlanBell a happy boy
== bugs ==
 * private votes don't work
 * you can't put other stuff after a vote, so you can do "+1" but not "+1 awesome!! woot!"
 * some formatting issues remain in the moin syntax output
 * it should attempt to change the channel /topic and if that fails, announce the topic in channel. Currently it does both, which is a bug.
Line 18: Line 24:
<'''<<Verbatim(AlanBell)>>'''> [topic] bottest

== bottest ==
<'''<<Verbatim(AlanBell)>>'''> this is a test of the bot

 * '''<<Verbatim(AlanBell)>>''' likes the bot
<'''<<Verbatim(AlanBell)>>'''> good bot

<'''<<Verbatim(AlanBell)>>'''> [action] AlanBell to feed the bot

||<#FF5555>'' AlanBell to feed the bot''||

<'''<<Verbatim(AlanBell)>>'''> [topic] date of next meeting

== date of next meeting ==
<'''<<Verbatim(AlanBell)>>'''> in a few minutes when further debugged

<'''<<Verbatim(AlanBell)>>'''> [link] http://www.ubuntu.com

||<#FF5555>'' http://www.ubuntu.com''||

<'''<<Verbatim(AlanBell)>>'''> [VOTE] eggs for lunch?

||<#55FF55>''Motion: eggs for lunch?''||
<'''<<Verbatim(AlanBell)>>'''> +1

<'''<<Verbatim(AlanBell)>>'''> [ENDVOTE]

||<#55FF55>Results: 1 in favour, 0 against, 0 abstained.||
||<#55FF55>Overall: 1||
<'''<<Verbatim(AlanBell)>>'''> #endmeeting

----
== Meeting closed at 10:06 ==
= Summary =
== People Present ==
 * AlanBell

== Actions Recorded ==
 * AlanBell to feed the bot
== Vote Outcomes ==
 * Motion Carried: eggs for lunch?
https://code.launchpad.net/~ubuntu-bots/ubuntu-bots/meetingology

Meetingology

Meetingology is the development name of the next generation mootbot. It is based on the supybot python IRC bot framework and a total rewrite of the original TCL code of mootbot. The code has come via Debian where it is called meetbot, I have added back some Ubuntuish features, some of which, like voting, will be pushed over to the Debian code.

It should be command compatible with mootbot. That is to say you should be able to run a meeting with all the normal mootbot commands like #startmeeting and [TOPIC] and [VOTE] etc, but you can also do #topic and #vote if you prefer that syntax.

At the moment meetingology is a rather quiet bot. It doesn't acknowledge receipt of as many commands as mootbot does. It is probably going to do more in terms of private messages to the person using the command, there is a general intention for it to not just repeat what you say in the channel, if it is talking then it should be saying something useful, like the results of a vote.

Meetingology does the minutes right. They are in moin wiki syntax

Additional commands

#chair

this allows you to nominate an additional chair of the meeting, someone else who can call votes and assign actions and end the meeting etc.

#voters

This allows you to provide a list of authorised voters, for example if you have a council meeting where 5 people have voting rights, but there might be 20 people discussing things in the meeting when a vote is called only the authorised voters votes will count even if someone else gets confused and tries to vote.

#help

this actually doesn't do what you might expect, it doesn't give you any help. It is used in a meeting to record a "call for help" or something where volunteers are being sought. This was a Debian innovation which we are leaving in for compatibility more than something we intend to use a lot.

bugs

  • private votes don't work
  • you can't put other stuff after a vote, so you can do "+1" but not "+1 awesome!! woot!"
  • some formatting issues remain in the moin syntax output
  • it should attempt to change the channel /topic and if that fails, announce the topic in channel. Currently it does both, which is a bug.

https://code.launchpad.net/~ubuntu-bots/ubuntu-bots/meetingology

AlanBell/mootbot (last edited 2011-08-15 20:35:31 by 84)