mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Expanded docstring for the tickers command a little.
This commit is contained in:
parent
cc5fe43372
commit
350b872612
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue