forked from distok/cutthecord
Ave Ozkal
f2dfc15645
Closes #11 Still needs a /help. Look into createLocalMessage IG. Also, improve message interception so that we can potentially make stuff like OTR in the future. That sounds hot, eh?
21 lines
444 B
Markdown
21 lines
444 B
Markdown
## DisTok CutTheCord: Slash Commands Patch
|
|
|
|
This patch adds a message intercept feature with minimal changes to the original code, and adds slash commands.
|
|
|
|
The following slash commands are supported:
|
|
- /upper
|
|
- /lower
|
|
- /bold
|
|
- /spoiler
|
|
- /me
|
|
- /st (strikethrough)
|
|
- /shrug
|
|
- /tableflip
|
|
- /unflip
|
|
- /fw (fullwidth text)
|
|
|
|
Commands like fw can be generated by `textreplacegen.py` provided in this folder.
|
|
|
|
#### Available and tested on:
|
|
- 9.0.0
|
|
|