scroll

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

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

Forgot to include .ascii search in README

Diffstat:
MREADME.md | 1+

1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md
@@ -21,6 +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 settings`                    | view settings                                              |
 | `.ascii settings <setting> <option>` | change \<setting> to \<option>                             |
 | `.ascii stop`                        | stop playing art                                           |