scroll- irc bot to play ascii art |
git clone git://git.acid.vegas/scroll.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 78ff35d4db767825bfe8a14cde8ad5a0ba9c6ea9
parent c09dde56dbb1a48833502232076239eb112643ee Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 26 Jun 2023 02:50:27 -0400 Added props to malcom for img2irc aswell Diffstat:
|
1 file changed, 3 insertions(+), 2 deletions(-) |
diff --git a/img2irc.py b/img2irc.py @@ -2,8 +2,9 @@ # 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 +Props: + - forked idea from malcom's img2irc (https://github.com/waveplate/img2irc) + - big props to wrk (wr34k) for forking this one pull request: https://github.com/ircart/scroll/pull/3 |