mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
MUX-style @chown implemented.
This commit is contained in:
parent
462628ab55
commit
1a3942edac
3 changed files with 61 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ GLOBAL_CMD_TABLE.add_command("@ccreate", commands.comsys.cmd_ccreate,
|
|||
priv_tuple=("objects.add_commchannel")),
|
||||
GLOBAL_CMD_TABLE.add_command("@cdestroy", commands.comsys.cmd_cdestroy,
|
||||
priv_tuple=("objects.delete_commchannel")),
|
||||
GLOBAL_CMD_TABLE.add_command("@chown", commands.objmanip.cmd_chown),
|
||||
GLOBAL_CMD_TABLE.add_command("@cemit", commands.comsys.cmd_cemit),
|
||||
GLOBAL_CMD_TABLE.add_command("@clist", commands.comsys.cmd_clist),
|
||||
GLOBAL_CMD_TABLE.add_command("@create", commands.objmanip.cmd_create,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue