evennia/src/util
Michael King 4cb2617324 Added extrapolated "name_exists" function.
Note that this can move, I just put it where it made
the most sense.

Code that checks for account names and aliases can
now be replaced with (assuming this is imported):

functions_user.name_exists("username")

If there is an alias match or an account match, it
will return True.
2009-01-13 07:21:41 +00:00
..
__init__.py Finished moving stuff around, things should be in mostly working order now. 2008-06-15 20:31:25 +00:00
functions_general.py Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul. 2008-12-14 20:21:02 +00:00
functions_user.py Added extrapolated "name_exists" function. 2009-01-13 07:21:41 +00:00