mirror of
git://git.acid.vegas/random.git
synced 2024-12-04 21:46:40 +00:00
meh
This commit is contained in:
parent
1902b484c0
commit
4d6843530d
@ -1,20 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Amber Alert IRC Bot - Developed by acidvegas & blowfish in Python (https://acid.vegas/random)
|
# Amber Alert IRC Bot - Developed by acidvegas & blowfish in Python (https://acid.vegas/random)
|
||||||
# amber.py
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import random
|
import random
|
||||||
import ssl
|
import ssl
|
||||||
import textwrap
|
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):
|
def ascii(nick):
|
||||||
age = '{0!s}{1}'.format(random.randint(12,90), random.choice(['',' AND HALF']))
|
age = '{0!s}{1}'.format(random.randint(12,90), random.choice(['',' AND HALF']))
|
||||||
|
Loading…
Reference in New Issue
Block a user