movestuff

This commit is contained in:
Luke Rogers 2013-10-03 22:28:06 +13:00
parent 07af40215b
commit f1a34e3fcd
35 changed files with 22 additions and 18 deletions

View file

@ -1,7 +1,7 @@
from util import hook
import random
with open("plugins/data/fortunes.txt") as f:
with open("./data/fortunes.txt") as f:
fortunes = [line.strip() for line in f.readlines()
if not line.startswith("//")]