Add ability to add aliases to help entries via the command and create_helpentry utility.

This commit is contained in:
Griatch 2016-12-17 17:15:50 +01:00
parent f568b51ebe
commit d101a7d058
3 changed files with 35 additions and 23 deletions

View file

@ -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.