blob: ff2574f2a559b73b9585fb5e35255460cb04846f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
TODO
2017.08.04:
v Return a possible error result from plugin action
- Integrate chat
v IRC plugin
- Slack plugin
- Generic chat interface for both IRC and Slack
- Command for the GitHub plugin `git remote set origin URL`
- Hello plugin with random display of greetings
2017.08.15:
v Handle Nothing from `matchPlugin message`
- Handle "sorbot: " prefix
v Use `Data.Text` instead of `String`
2017.08.16:
GitRemoteSetOrigin:
v Figure out how to use capture groups
v UPSERT instead of INSERT
2017.08.17:
- Help plugin
- Way for plugins to only respond over QUERY (like help)
- Add "command" and "description" fields to `Plugin` for use by Help
- Plugin config for whether or not it requires the "sorbot: " prefix
|