Add spell checking and the ability to select a replacement word from suggestions
See: https://github.com/Consolatis/senpai/pull/2 See: https://github.com/Consolatis/senpai/pull/3
I'm interested in suggestions (for nicks, maybe bot commands in the future), but for general English spellcheck I didn't find any good Go implementation of a spell check library. Plus they have to embed a large English dictionary which would increase the size of the binary.
Work ongoing by ~gildarts to build a crossplatform spellchecking library.