scroll- irc bot to play ascii art |
git clone git://git.acid.vegas/scroll.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 4048e3aa080a4d2cff32900322b028c681302109
parent 8314e8a1a7c01a2cf41a0aea329c3400d7d4358f Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 2 Jun 2023 19:56:41 -0400 Forgot to change @cancer to @scroll when forking this Diffstat:
|
1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/scroll.py b/scroll.py @@ -196,8 +196,8 @@ class Bot(): msg = ' '.join(args[3:])[1:] if chan in (connection.channel, '#scroll'): args = msg.split() - if msg == '@cancer': - await self.sendmsg(chan, bold + 'CANCER IRC Bot - Developed by acidvegas in Python - https://git.acid.vegas/cancer') + if msg == '@scroll': + await self.sendmsg(chan, bold + 'Scroll IRC Art Bot - Developed by acidvegas in Python - https://git.acid.vegas/scroll') elif args[0] == '.ascii': if msg == '.ascii stop' and self.playing: if chan in self.loops: |