mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Clarified the batchcommand docstring in contrib/examples. This
concludes the tickerhandler implementation in relation to #924.
This commit is contained in:
parent
de445b82d0
commit
42d18e3fd7
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# This is an example batch build file for Evennia.
|
||||
#
|
||||
# It allows batch processing of normal Evennia commands.
|
||||
# Test it by loading it with the @batchprocess command
|
||||
# Test it by loading it with @batchcommand:
|
||||
#
|
||||
# @batchprocess[/interactive] examples.batch_example
|
||||
# @batchcommand[/interactive] examples.batch_example
|
||||
#
|
||||
# A # as the first symbol on a line begins a comment and
|
||||
# marks the end of a previous command definition (important!).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue