scroll

- irc bot to play ascii art
git clone git://git.acid.vegas/scroll.git
Log | Files | Refs | Archive | README | LICENSE

commit ab69dc522b984b1eaa4ad837f0788e31e9dfcdda
parent 6c70c5669ae70683c79da1a95807ae63c8a3b22f
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 28 Jun 2023 16:37:28 -0400

Forgot to include .ascii search in README

Diffstat:
MREADME.md | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
@@ -21,7 +21,7 @@ Designed to be portable, there is no API key needed, no local art files needed, 
 | `.ascii list`                        | list of art filenames                                      |
 | `.ascii play <url>`                  | play the contents of \<url> *(must be a raw pastebin url)* |
 | `.ascii random [dir]`                | play random art, optionally from the [dir] directory only  |
-| `.ascii search <query>`              | search the art files for \<query>                          |
+| `.ascii search <query>`              | search art files that match \<query>                       |
 | `.ascii settings`                    | view settings                                              |
 | `.ascii settings <setting> <option>` | change \<setting> to \<option>                             |
 | `.ascii stop`                        | stop playing art                                           |