mirror of
git://git.acid.vegas/scroll.git
synced 2024-11-07 08:46:45 +00:00
Forgot to change @cancer to @scroll when forking this
This commit is contained in:
parent
8314e8a1a7
commit
4048e3aa08
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user