diff options
author | Teddy Wing | 2017-08-20 17:30:22 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-20 17:30:22 +0200 |
commit | 942cadabb2e438fd6beaf7702c379ff71cd3030d (patch) | |
tree | c4492e1b010c9edfb89813035812434de637cf81 /TODO | |
parent | 9307d2f5a1531f4a89264207be482cc23382908c (diff) | |
download | sorbot-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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |