summaryrefslogtreecommitdiff
path: root/saylol.py
diff options
context:
space:
mode:
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)))