This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
106
commits
1
branch
0
tags
55
MiB
ac32ab05c1
Commit graph
2 commits
Author
SHA1
Message
Date
Greg Taylor
ac32ab05c1
Finally caved in and created a command table. It's just going to get too messy with @-commands doing straight module lookups, plus the dict is probably a little faster. Feel free to start moving non-privved @-commands to commands_general and vice-versa since we now have the ability to do so.
2007-05-11 15:23:27 +00:00
Michael King
86e9a8292c
* added skeletons for commands_comsys.py (has all of the MUX2 commands I
...
* could remember) and functions_comsys.py (has a couple of ideas for * useful functions).
2007-05-04 18:02:49 +00:00