Griatch
Griatch
A few of the core taghandler methods were missing the key string cast. Also added a few missing casts to `category` while I was at it.
Reopening this again, my fix came with unexpected side effects, so had to revert it and need to look at this more carefully.
Hm, that `list` is a method on a class, so it shouldn't clash with the regular Python `list` ... :thinking: Building this is happening automatically by the sphinx build system....
Thanks for looking! Yeah, there are other improvements in 4+ too. Our issue is that we are using a custom system to be able to write our docstrings in markdown...
Yeah, the styles were added much later than most of these commands, so one would just need to sit down and homogenize them all.
It should be best to do something akin to CmdMultimatch yes. I suppose the same can be said for CmdNoInput too.
@TehomCD Did she change the name of the Typeclass after already having created objects with the old typeclass? Entities in Evennia store the typeclass as a class path on the...
We can't set `_content_types` on `ObjectDB` since it doesn't have any of the functionality needed; such as an inventory handler. Setting it would resolve the particular error but only cause...
Without having investigated it further, this sounds like a regex getting messed up by the `$` and `\` characters, both of which are important in regexes.
I seem to recall this being requested in the past and found to not work well, so it was dropped. I don't find any closed ticket about it now, so...