| scroll- irc bot to play ascii art | 
| git clone git://git.acid.vegas/scroll.git | 
| Log | Files | Refs | Archive | README | LICENSE | 
| commit c09dde56dbb1a48833502232076239eb112643ee parent 692243774725c972d99931e7681f8c76ed81b982 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 26 Jun 2023 02:44:30 -0400 Added shoutouts to wrk + pull request link Diffstat: 
 | 
| 1 file changed, 7 insertions(+), 1 deletion(-) | 
| diff --git a/img2irc.py b/img2irc.py @@ -1,7 +1,13 @@ #!/usr/bin/env python # Scroll IRC Art Bot - Developed by acidvegas in Python (https://git.acid.vegas/scroll) -'''big props to wrk (wr34k) for this one, did most of the work, just cleaned it up a little''' +''' + +big props to wrk (wr34k) for this one, did most of the work, just cleaned it up a little + +pull request: https://github.com/ircart/scroll/pull/3 + +''' import io | 

