Skip to content

v2.1

Compare
Choose a tag to compare
@tomaarsen tomaarsen released this 28 Jul 13:59
· 5 commits to master since this release
5e0a852

v2.1 update log:

  • Added GenerateCommands field - Specifies the generation commands that the bot will listen for. Defaults to ["!generate", "!g"]. Useful if your chat is used to commands with ~, -, /, etc.
  • Added AllowGenerateParams field - Specifies whether the chat is allowed to supply a partial sentence which the bot finishes, e.g. !generate hello, I am. If false, all values after the generation command will be ignored.
  • Place blacklist.txt on .gitignore.

See #18 and #19.

Thanks to @justinrusso for the help.


  • Tom Aarsen