mirror of
git://git.acid.vegas/random.git
synced 2024-11-14 03:56:42 +00:00
meh
This commit is contained in:
parent
1902b484c0
commit
4d6843530d
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user