mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Implement @wipe as per MUX. NOTE: THIS REVISION REQUIRES YOU TO RE-SYNC YOUR objects_attribute TABLE. The best way to do this is to drop your attribute table and your comsys tables, then re-sync via syncdb. This was needed due to some conflicts in namespace that I didn't want to get around with disorganized work-arounds.
This commit is contained in:
parent
9457e19787
commit
bb0ff9f6ff
3 changed files with 91 additions and 24 deletions
|
|
@ -67,6 +67,7 @@ ctable = {
|
|||
"@teleport": (commands_privileged.cmd_teleport, ("genperms.builder")),
|
||||
"@unlink": (commands_privileged.cmd_unlink, ("genperms.builder")),
|
||||
"@wall": (commands_privileged.cmd_wall, ("genperms.announce")),
|
||||
"@wipe": (commands_privileged.cmd_wipe, None),
|
||||
}
|
||||
|
||||
def return_cmdtuple(func_name, unlogged_cmd=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue