Skip to content

Commit

Permalink
More improvements to the wiki module...
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 13, 2014
1 parent f473268 commit 8f62db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki.py
Expand Up @@ -25,8 +25,8 @@
]
nottext = [
re.compile(r'(?i)^<br\s*/?>$'),
re.compile('(?i)^' + re.escape('<font color="#800000"><b>This article is incomplete.</b></font>') + '$'),
re.compile('(?i)^' + re.escape('<b>This article is missing examples, feel free to add them.</b>') + '$'),
re.compile('(?i)^' + re.escape('<b>This article is incomplete.</b>') + '$'),
re.compile('(?i)^' + re.escape('Please help expand this article to include more useful information.') + '$'),
]

def wiki(phenny, input):
Expand Down

0 comments on commit 8f62db4

Please sign in to comment.