aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-08-17 01:06:33 +0200
committerTeddy Wing2017-08-17 01:06:45 +0200
commit5acf337a778d4806f2a4ed84b04d2d8fc3415949 (patch)
treee5aeea3917d794b2e19dfce9a6e4d0958d137cea
parent40f8f12e6a749ebd5c87df5675bf4b7c2118ccef (diff)
downloadsorbot-5acf337a778d4806f2a4ed84b04d2d8fc3415949.tar.bz2
Update TODO
Mark off recently completed tasks.
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 35d0562..c117b33 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
TODO
2017.08.04:
-- Return a possible error result from plugin action
+v Return a possible error result from plugin action
- Integrate chat
- - IRC plugin
+ v IRC plugin
- Slack plugin
- Generic chat interface for both IRC and Slack
- Command for the GitHub plugin `git remote set origin URL`
@@ -11,6 +11,6 @@ TODO
2017.08.15:
-- Handle Nothing from `matchPlugin message`
+v Handle Nothing from `matchPlugin message`
- Handle "sorbot: " prefix
-- Use `Data.Text` instead of `String`
+v Use `Data.Text` instead of `String`