mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fixed minor typo in docstring pointed out by tajmone.
This commit is contained in:
parent
a1a821b7b5
commit
f901da0474
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class CmdScripts(MuxCommand):
|
|||
|
||||
If no switches are given, this command just views all active
|
||||
scripts. The argument can be either an object, at which point it
|
||||
will be searched for all scripts defined on it, or an script name
|
||||
will be searched for all scripts defined on it, or a script name
|
||||
or #dbref. For using the /stop switch, a unique script #dbref is
|
||||
required since whole classes of scripts often have the same name.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue