Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
website:irc [2016/03/14 13:34] – created knome | website:irc [2016/04/08 22:04] (current) – Minor change, page is now gone. :P unit193 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== IRC ===== | ||
- | |||
- | ==== Trellobot ==== | ||
- | |||
- | The Xubuntu team uses Trello in addition to blueprints in order to keep track of items, to that end an IRC bot, xubutrello, is used. | ||
- | |||
- | It can list all cards on a Trello board' | ||
- | |||
- | The bot also has the following commands: | ||
- | * **help** - Display the help this page is based off of, it'll respond in PM as to not spam the channel. | ||
- | * **source** - Link to xubutrello' | ||
- | * **sync** - Re-syncs the local cache with the Trello board. | ||
- | * **lists** - Show all the board' | ||
- | * **due soon** - Return all cards due within the next two weeks. | ||
- | * **card add this is a card** - Creates a new card named 'this is a card' in a list defined in the add_cards_list config variable or if it's not present in a list named To Do | ||
- | * **card <id> comment this is a comment** - Creates a comment on the card with short id equal to <id> | ||
- | * **card <id> move to Doing** - Moves the card with short id equal to <id> to the list Doing. | ||
- | * **card <id> add member joe** - Assign joe to the card with short id equal to <id> | ||
- | * **card <id> view joe`@email.com** - Sends an email to joe`@email.com with the content of the card with short id equal to <id> | ||
- | * **card <id> link** - Return a link to the card with short id equal to <id> | ||
- | * **cards joe** - Return all cards assigned to joe. | ||