Expanded @emit with more functionality.
Implemented @pemit (Issue 19) Implemented @remit, @fsay and @fpose. /Griatch
This commit is contained in:
parent
45bf3374a1
commit
c575d098a0
4 changed files with 249 additions and 11 deletions
|
|
@ -113,6 +113,10 @@ class EditHelp(object):
|
|||
"""
|
||||
# sanitize input
|
||||
topics = []
|
||||
|
||||
if not helptext:
|
||||
return topics
|
||||
|
||||
if '[[' not in helptext:
|
||||
formatted_text = self.format_help_text(helptext)
|
||||
topics.append((helptopic, category,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue