evennia.commands.default.cmdset_account

This is the cmdset for Account (OOC) commands. These are stored on the Account object and should thus be able to handle getting an Account object as caller rather than a Character.

Note - in order for session-rerouting (in MULTISESSION_MODE=2) to function, all commands in this cmdset should use the self.msg() command method rather than caller.msg().

class evennia.commands.default.cmdset_account.AccountCmdSet(cmdsetobj=None, key=None)[源代码]

基类:evennia.commands.cmdset.CmdSet

Implements the account command set.

key = 'DefaultAccount'
priority = -10
at_cmdset_creation()[源代码]

Populates the cmdset

path = 'evennia.commands.default.cmdset_account.AccountCmdSet'