summaryrefslogtreecommitdiff
path: root/saylol.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-05-17 01:17:05 +0200
committerjomo <github@jomo.tv>2014-05-17 01:17:05 +0200
commita9a540a73e9746b553eb245f1908d6c674a77630 (patch)
tree972e8bdc790f832a82846b7785761d201a101847 /saylol.py
parent97e5e2641ca245bc58adafddd01db9eb51b59ce3 (diff)
fix path
Diffstat (limited to 'saylol.py')
-rwxr-xr-xsaylol.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/saylol.py b/saylol.py
index ccd9fc9..190ef9c 100755
--- a/saylol.py
+++ b/saylol.py
@@ -4,7 +4,7 @@ from time import time
from helpers import *
from random import randrange
-lol_filename = "plugins/RedstonerUtils.py.dir/files/lol.json"
+lol_filename = "plugins/redstoner-utils.py.dir/files/lol.json"
lols = []
timeout = 15
last_msg = 0
@@ -27,11 +27,11 @@ def save_lols():
def add_lol(txt):
lols.append(txt)
save_lols()
-
+
def del_lol(id):
lols.pop(id)
save_lols()
-
+
def print_lol(sender, id):
global last_msg
if time() - last_msg > timeout: