support table flipping and unflipping

This commit is contained in:
Smitty van Bodegom
2021-06-20 11:59:42 -04:00
parent b1d8956036
commit 3e8c7caefd
3 changed files with 25 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ static bool isSpellcheckable(const QStringRef &token)
return false;
}
// part of a slash command
if (token.contains("rainbowme") || token.contains("lenny")) {
if (token.contains("rainbowme") || token.contains("lenny") || token.contains("tableflip") || token.contains("unflip")) {
return false;
}
// TODO ignore urls and uppercase?