mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
@cdestroy now implemented as per MUX.
This commit is contained in:
parent
725b1b2ac0
commit
e1f4c2e0da
2 changed files with 22 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ ctable = {
|
|||
"version": commands_general.cmd_version,
|
||||
"who": commands_general.cmd_who,
|
||||
"@ccreate": commands_comsys.cmd_ccreate,
|
||||
"@cdestroy": commands_comsys.cmd_cdestroy,
|
||||
"@clist": commands_comsys.cmd_clist,
|
||||
"@create": commands_privileged.cmd_create,
|
||||
"@description": commands_privileged.cmd_description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue