mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 13:56:30 +01:00
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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| functions_general.py | ||
| functions_user.py | ||