random

- collection of un-sorted bollocks
git clone git://git.acid.vegas/random.git
Log | Files | Refs | Archive

commit 4d6843530df3a5177575c22589e08ea0007d5425
parent 1902b484c0bfb1fef162be48edfe1df77cb2e05d
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 18 May 2020 23:05:46 -0400

meh

Diffstat:
Mirc/bots/amber.py | 10----------

1 file changed, 0 insertions(+), 10 deletions(-)

diff --git 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']))