evennia/evennia/commands/default
2019-02-05 23:51:30 +01:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
account.py Adds delete() lock to characters by default. 2018-11-07 20:44:48 +00:00
admin.py Add a simple 'force' command to force objects to execute commands. 2018-10-18 23:12:22 -04:00
batchprocess.py class var options renamed switch_options 2018-03-05 14:34:10 -05:00
building.py Add more unit tests to build commands 2019-02-05 23:51:30 +01:00
cmdset_account.py Move delaccount functionality to @accounts/delete 2018-10-12 17:08:45 -05:00
cmdset_character.py Add a simple 'force' command to force objects to execute commands. 2018-10-18 23:12:22 -04:00
cmdset_session.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
cmdset_unloggedin.py Add 'INFO' command to unlogged-in command set, so that we can be polled by Mudconnector and Mudstats. 2018-03-29 18:02:45 -07:00
comms.py Merge branch 'master' into develop 2018-10-07 21:17:51 +02:00
general.py Fix nix traceback. Resolves #1761. 2019-01-04 19:51:26 +01:00
help.py Make help command accept use without a session 2019-01-01 03:29:55 +01:00
muxcommand.py Suggested refactors and change to test exact match 2018-03-10 22:41:16 -05:00
syscommands.py Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
system.py Adds alias to CmdReload. (ref: #1707) 2018-10-26 18:31:31 +00:00
tests.py Add more unit tests to build commands 2019-02-05 23:51:30 +01:00
unloggedin.py Adds public point of contact email to settings and unloggedin help command. 2018-11-07 21:26:34 +00:00