From 42d18e3fd7cb58265958c467a215e9833edd76d5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 24 Mar 2016 17:35:55 +0100 Subject: [PATCH] Clarified the batchcommand docstring in contrib/examples. This concludes the tickerhandler implementation in relation to #924. --- evennia/contrib/tutorial_examples/example_batch_cmds.ev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/tutorial_examples/example_batch_cmds.ev b/evennia/contrib/tutorial_examples/example_batch_cmds.ev index 0211269746..7ef2c28566 100644 --- a/evennia/contrib/tutorial_examples/example_batch_cmds.ev +++ b/evennia/contrib/tutorial_examples/example_batch_cmds.ev @@ -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!).