Update readme.md

pull/5/head
cribb-it 2020-06-29 17:17:28 +01:00 committed by GitHub
parent 579d7b885f
commit be1683294f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,4 @@ Types messages asking for a cookie. until the user type cookie
start_monster
## Configuration
The line:
if tail -c 6 "$crocKeys" | grep -q cookie; then
may need changing inthe file is unicode to:
if tail -c 12 "$crocKeys" | grep -q cookie; then
The line: `if tail -c 6 "$crocKeys" | grep -q cookie; then` may need changing in the file is unicode to: `if tail -c 12 "$crocKeys" | grep -q cookie; then`