Add ability to add aliases to help entries via the command and create_helpentry utility.
This commit is contained in:
parent
f568b51ebe
commit
d101a7d058
3 changed files with 35 additions and 23 deletions
|
|
@ -26,7 +26,8 @@ class HelpEntryManager(TypedObjectManager):
|
|||
"""
|
||||
def find_topicmatch(self, topicstr, exact=False):
|
||||
"""
|
||||
Searches for matching topics based on player's input.
|
||||
Searches for matching topics or aliases based on player's
|
||||
input.
|
||||
|
||||
Args:
|
||||
topcistr (str): Help topic to search for.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue