X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=blobdiff_plain;f=plomsearch.py;h=54eacbb83adfe1df1ed3e2c4d14d30dd07035828;hp=da1175055ad7806221185f0d5c44b5d85414cbc0;hb=822065cbe31e5fb79c018c444b0009999b2b325c;hpb=7bbd08d498b289f2f3cad8b85c8582aa6ceffc04 diff --git a/plomsearch.py b/plomsearch.py index da11750..54eacbb 100644 --- a/plomsearch.py +++ b/plomsearch.py @@ -14,7 +14,7 @@ def parseToCompoundStatement(string): quotes = "'\"" escape = '\\' space = " " - meta_marker = "\n" + meta_marker = "\0" not_words = ["NOT"] and_words = ["AND"] or_words = ["OR"]