mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Cleaned up worst instability. Test suite does validate yet.
This commit is contained in:
parent
fa93c70e7f
commit
e36c7d5cc1
24 changed files with 134 additions and 300 deletions
|
|
@ -428,6 +428,9 @@ class NickHandler(AttributeHandler):
|
|||
"""
|
||||
Handles the addition and removal of Nicks
|
||||
(uses Attributes' strvalue and category fields)
|
||||
|
||||
Nicks are stored as Attributes
|
||||
with categories nick_<nicktype>
|
||||
"""
|
||||
def has(self, key, category="inputline"):
|
||||
categry = "nick_%s" % category
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue