irctokens/irctokens/const.py

3 lines
105 B
Python
Raw Permalink Normal View History

2020-04-21 16:23:37 +00:00
TAG_UNESCAPED = ["\\", " ", ";", "\r", "\n"]
TAG_ESCAPED = ["\\\\", "\\s", "\\:", "\\r", "\\n"]