summaryrefslogtreecommitdiff
path: root/saylol.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-08-07 22:41:02 +0200
committerjomo <github@jomo.tv>2014-08-07 22:41:02 +0200
commitf9e09d0f86e287c7858dabc87bddcacb04bc15c6 (patch)
tree496ef5265d6276a634b76df36c666582da85eca8 /saylol.py
parent6c164a054a9e0e5a4755b54dd1a691a9fcfb0e21 (diff)
small bugfixes
Diffstat (limited to 'saylol.py')
-rw-r--r--saylol.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/saylol.py b/saylol.py
index 209c796..58b8ae9 100644
--- a/saylol.py
+++ b/saylol.py
@@ -30,10 +30,8 @@ def print_lol(sender, lid):
broadcast(None, "&8[&blol&8] &7%s&8: &e%s" % (dispname, lols[lid]))
last_msg = time()
else:
- plugin_header(sender, "SayLol")
msg(sender, "&cInvalid id")
else:
- plugin_header(sender, "SayLol")
msg(sender, "&cYou can use SayLol again in &a%s seconds!" % int(timeout + 1 - (time() - last_msg)))