This commit is contained in:
Dionysus 2020-05-18 23:05:46 -04:00
parent 1902b484c0
commit 4d6843530d
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 0 additions and 10 deletions

View File

@ -1,20 +1,10 @@
#!/usr/bin/env python
# Amber Alert IRC Bot - Developed by acidvegas & blowfish in Python (https://acid.vegas/random)
# amber.py
import asyncio
import random
import ssl
import textwrap
import time
import config
class config:
server = 'irc.supernets.org'
channel = '#superbowl'
nickname = 'AMBERALERT'
ident = {'nickname':'AMBERALERT', 'username':'missing', 'realname':'IRC Amber Alert Bot', 'nickserv':None}
def ascii(nick):
age = '{0!s}{1}'.format(random.randint(12,90), random.choice(['',' AND HALF']))