evennia/evennia/commands
Greg Taylor 4424dec668 Remove broken and un-maintained IMC2 support.
As discussed with @Griatch, IMC2 is now rarely seen in the wild. Also, this
feature hasn't worked in ages. Time to de-clutter.
2016-10-28 22:53:43 -07:00
..
default Remove broken and un-maintained IMC2 support. 2016-10-28 22:53:43 -07:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
cmdhandler.py Fix caching error in new cmdset merge regime. Removed debug messages. 2016-10-15 23:22:33 +02:00
cmdparser.py Remove setting.SEARCH_MULTIMATCH_SEPARATOR, replacing it with SEARCH_MULTIMATCH_REGEX and SEARCH_MULTIMATCH_TEMPLATE. This allows simple yet powerful control over the error output without needing to overload the parser. 2016-09-11 10:39:47 +02:00
cmdset.py Changed how duplicates is passed down the cmdset merge stack. 2016-10-15 22:48:38 +02:00
cmdsethandler.py Add support to has_cmdset for cmdset instances as suggested in #1083. 2016-10-01 13:47:35 +02:00
command.py Fixed a non-functioning Command.set_aliases method. 2016-05-22 20:45:39 +02:00
connection_screen.py Removed single quote parsing from player 'connect' and 'create' command parsers. 2016-10-01 13:55:09 +02:00
tests.py Fix edge cases in channelhandler and make unittests work. 2016-10-16 19:04:05 +02:00