Skip to content

Commit

Permalink
Neither SE nor regular Metasmoke supports regex search
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Nov 8, 2017
1 parent c1061b8 commit 36860c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gitmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,10 @@ def add_to_blacklist(cls, **kwargs):
payload = {"title": u"{0}: {1} {2}".format(username, op.title(), item),
"body": u"[{0}]({1}) requests the {2} of the {3} {4}. See the Metasmoke search [here]"
"(https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93{5}{6}) and the "
"Stack Exchange search [here](https://stackexchange.com/search?q=%22{7}%22).\n"
u"<!-- METASMOKE-BLACKLIST-{8} {4} -->".format(
"Stack Exchange search [here](https://stackexchange.com/search?q=%22{6}%22).\n"
u"<!-- METASMOKE-BLACKLIST-{7} {4} -->".format(
username, chat_profile_link, op, blacklist,
item, ms_search_option,
quote_plus(item),
quote_plus(item.replace("\\W", " ").replace("\\.", ".")),
blacklist.upper()),
"head": branch,
Expand Down

0 comments on commit 36860c0

Please sign in to comment.