1
0
mirror of https://github.com/RussellChamp/tilde-projects.git synced 2024-06-24 08:47:05 +00:00
tilde-projects/Code/irc/evil.py

7 lines
184 B
Python

import random
def get_thing():
file = "/home/krowbar/logs/evildata.txt"
thing = ""
return "If I Ever Become an Evil Overlord: " + random.choice(list(open(file))).rstrip()