Move commands into a separate command module
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Nov 2018 21:54:21 +0000 (21:54 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Nov 2018 22:00:35 +0000 (22:00 +0000)
For ease of maintainability, move all the mudpy.misc.command_*()
functions into their own module accessible via mudpy.command.*()
instead. In order to accomplish this, User objects now carry a
universe attribute so that commands they call can identify the
correct universe object in which to act.

Alphabetize the command functions, update the corresponding function
calls in the command elements, add the new module to the API
documentation, and include it in the dynamic module reload list.


No differences found