Forgot to change @cancer to @scroll when forking this

This commit is contained in:
Dionysus 2023-06-02 19:56:41 -04:00
parent 8314e8a1a7
commit 4048e3aa08
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 2 additions and 2 deletions

View File

@ -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: