diff options
author | Teddy Wing | 2017-08-17 01:06:33 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-17 01:06:45 +0200 |
commit | 5acf337a778d4806f2a4ed84b04d2d8fc3415949 (patch) | |
tree | e5aeea3917d794b2e19dfce9a6e4d0958d137cea | |
parent | 40f8f12e6a749ebd5c87df5675bf4b7c2118ccef (diff) | |
download | sorbot-5acf337a778d4806f2a4ed84b04d2d8fc3415949.tar.bz2 |
Update TODO
Mark off recently completed tasks.
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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` |