diff --git a/README.md b/README.md index cbcb2ac..856e6ba 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ Note that the | is considered to be *"or"*. In the case of the bold text above, In practice, more frequent phrases will have higher precedence. The more often a phrase is said, the more likely it is to be generated. +--- + ## Generation When a message is generated with `!generate`, a random start of a sentence is picked from the database table of starts of sentences. In our example the randomly picked start is *"Curly fries"*. @@ -185,6 +187,8 @@ This bot is controlled by a `settings.txt` file, which has the following structu I got my real OAuth token from https://twitchapps.com/tmi/. +--- + ## Blacklist You may add words to a blacklist by adding them on a separate line in `blacklist.txt`. Each word is case insensitive. By default, this file only contains `` and ``, which are required for the current implementation.