diff --git a/urlbot.py b/urlbot.py index 8d3b186..82919e4 100755 --- a/urlbot.py +++ b/urlbot.py @@ -223,11 +223,15 @@ def parse_delete(filepath): if content.startswith('PRIV#'): parse_pn(content) return - + if 'nospoiler' in content: # logger('info', "no spoiler for: " + content) return + if sys.argv[0] in content: + logger('info', 'silenced, this is my own log') + return + if True != extract_url(content): plugins.data_parse_commands(content) plugins.data_parse_other(content)