From 78ff35d4db767825bfe8a14cde8ad5a0ba9c6ea9 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 26 Jun 2023 02:50:27 -0400 Subject: [PATCH] Added props to malcom for img2irc aswell --- img2irc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/img2irc.py b/img2irc.py index 537a852..30ee411 100644 --- 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