aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-08-20 17:30:22 +0200
committerTeddy Wing2017-08-20 17:30:22 +0200
commit942cadabb2e438fd6beaf7702c379ff71cd3030d (patch)
treec4492e1b010c9edfb89813035812434de637cf81
parent9307d2f5a1531f4a89264207be482cc23382908c (diff)
downloadsorbot-942cadabb2e438fd6beaf7702c379ff71cd3030d.tar.bz2
Update TODO
Not doing plugin-specific support for the "sorbot: " prefix because for now I think all the plugins should be prefixed.
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9fb5f23..ae4853c 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,7 @@ v Command for the GitHub plugin `git remote set origin URL`
2017.08.15:
v Handle Nothing from `matchPlugin message`
-- Handle "sorbot: " prefix
+v Handle "sorbot: " prefix
v Use `Data.Text` instead of `String`
@@ -26,7 +26,7 @@ v UPSERT instead of INSERT
v Help plugin
v Way for plugins to only respond over QUERY (like help)
v Add "command" and "description" fields to `Plugin` for use by Help
-- Plugin config for whether or not it requires the "sorbot: " prefix
+x Plugin config for whether or not it requires the "sorbot: " prefix
v I18n (http://www.yesodweb.com/book/internationalization)