From 350b872612927354da87dfe7fc96507d87c2b06b Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 24 Mar 2016 17:29:17 +0100 Subject: [PATCH] Expanded docstring for the tickers command a little. --- evennia/commands/default/system.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/evennia/commands/default/system.py b/evennia/commands/default/system.py index e87524d94f..9eb87d705e 100644 --- a/evennia/commands/default/system.py +++ b/evennia/commands/default/system.py @@ -758,11 +758,15 @@ class CmdServerLoad(MuxCommand): class CmdTickers(MuxCommand): """ - View and manage running tickers + View running tickers Usage: @tickers + Note: Tickers are created, stopped and manipulated in Python code + using the TickerHandler. This is merely a convenience function for + inspecting the current status. + """ key = "@tickers" help_category = "System"