From 4d6843530df3a5177575c22589e08ea0007d5425 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 18 May 2020 23:05:46 -0400 Subject: [PATCH] meh --- irc/bots/amber.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/irc/bots/amber.py b/irc/bots/amber.py index 1a3a4e1..737d2c3 100644 --- a/irc/bots/amber.py +++ b/irc/bots/amber.py @@ -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']))