ircart

- massive organized collection of irc art
git clone git://git.acid.vegas/ircart.git
Log | Files | Refs | Archive | README

commit 7ac962230c50e060cc6734ae305b57ec5d9fbcb4
parent fdd81bfc6213589b0bfe77d1062e7b34fa31d8cf
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 28 Jun 2023 16:42:29 -0400

Fixed alignment in help.txt

Diffstat:
Mircart/doc/help.txt | 22+++++++++++-----------

1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/ircart/doc/help.txt b/ircart/doc/help.txt
@@ -1,13 +1,13 @@
 08COMMAND                 DESCRIPTION
-@scroll                             14| information about scroll
-.ascii 10<name>                       14| play the 10<name> art file
-.ascii dirs                         14| list of art directories
-.ascii img 10<url>                    14| convert image 10<url> to art 14(experimental, beta status)
-.ascii list                         14| list of art filenames
-.ascii play 10<url>                   14| play the contents of 10<url> 14(must be a raw pastebin url)
-.ascii random 06[dir]                 14| play random art, optionally from the 06[dir] directory only
-.ascii search 10<query>               14| search for art files that match 10<query>
-.ascii settings                     14| view settings
+@scroll                            14| information about scroll
+.ascii 10<name>                      14| play the 10<name> art file
+.ascii dirs                        14| list of art directories
+.ascii img 10<url>                   14| convert image 10<url> to art 14(experimental, beta status)
+.ascii list                        14| list of art filenames
+.ascii play 10<url>                  14| play the contents of 10<url> 14(must be a raw pastebin url)
+.ascii random 06[dir]                14| play random art, optionally from the 06[dir] directory only
+.ascii search 10<query>              14| search for art files that match 10<query>
+.ascii settings                    14| view settings
 .ascii settings 10<setting> 10<option> 14| change 10<setting> 10<option>  14(admin only)
-.ascii stop                         14| stop playing art
-.ascii sync                         14| sync the ascii database to pump the newest art 14(admin only)
+.ascii stop                        14| stop playing art
+.ascii sync                        14| sync the ascii database to pump the newest art 14(admin only)