summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-08-13 00:02:58 +0200
committerjomo <github@jomo.tv>2015-08-13 00:03:05 +0200
commitb5fbab06b48dce59eb96972d4dfe43a4d5a3b53e (patch)
treeb0805dfb0d5968e33b7a9de98fc7c333fed33ee0
parentf09a0ae08312271e59cef10f7b3e21d244ba4cc3 (diff)
/plotter must be run by playerplotter
-rw-r--r--plotter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plotter.py b/plotter.py
index 5d14cdd..238740c 100644
--- a/plotter.py
+++ b/plotter.py
@@ -11,6 +11,7 @@ from basecommands import simplecommand
@simplecommand("plotter",
aliases = ["pt"],
+ senderLimit = 0,
description = "Plot commands")
def plotter_command(sender, command, label, args):
loc = sender.getLocation()