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"