summaryrefslogtreecommitdiff
path: root/saylol.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-20 17:53:19 +0200
committerjomo <github@jomo.tv>2014-07-20 17:53:19 +0200
commit70668f021082da49be4c301c3c4ba7bec6a19329 (patch)
tree475fe79e4f23bb34572e21682e2f0c01bd84cb41 /saylol.py
parent3a62687d6eb6f911cdd370dd9bd7df3bae5545e7 (diff)
fix broken broadcast
Diffstat (limited to 'saylol.py')
-rw-r--r--saylol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saylol.py b/saylol.py
index 31fbaed..7c43eaa 100644
--- a/saylol.py
+++ b/saylol.py
@@ -39,7 +39,7 @@ def print_lol(sender, lid):
if time() - last_msg > timeout:
if len(lols) > lid:
dispname = sender.getDisplayName() if is_player(sender) else sender.getName()
- broadcast("", "&8[&blol&8] &7%s&8: &e%s" % (dispname, lols[lid]))
+ broadcast(None, "&8[&blol&8] &7%s&8: &e%s" % (dispname, lols[lid]))
last_msg = time()
else:
plugin_header(sender, "SayLol")