Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets.

This commit is contained in:
Griatch 2015-02-21 20:08:57 +01:00
parent f0770da672
commit c63ae1742f
11 changed files with 767 additions and 449 deletions

View file

@ -694,11 +694,11 @@ class CmdStateCC(MuxCommand):
class CmdStateJJ(MuxCommand):
"""
j <command number>
jj <command number>
Jump to specific command number
"""
key = "j"
key = "jj"
help_category = "BatchProcess"
locks = "cmd:perm(batchcommands)"