diff options
| author | 2018-11-12 12:48:41 +0000 | |
|---|---|---|
| committer | 2018-11-12 12:48:41 +0000 | |
| commit | d4bb690e835d400ad11196e756cdc227737fca25 (patch) | |
| tree | 8e0a6d9456b40e98759180fc58f94394cf0af1c9 /modules | |
| parent | Use a link to freenode's webchat in README.md (diff) | |
| signature | ||
Remove no-longer-used Regexes in modules/line_handler.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/line_handler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py index f722cf1d..fb0b5e00 100644 --- a/modules/line_handler.py +++ b/modules/line_handler.py @@ -2,10 +2,6 @@ import codecs, re, threading from src import ModuleManager, utils RE_ISUPPORT_ESCAPE = re.compile(r"\\x(\d\d)", re.I) -RE_PREFIXES = re.compile(r"\((\w+)\)(\W+)") -RE_CHANMODES = re.compile(r"(\w*),(\w*),(\w*),(\w*)") -RE_CHANTYPES = re.compile(r"(\W+)") -RE_CASEMAPPING = re.compile(r"(\S+)") RE_MODES = re.compile(r"[-+]\w+") CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag", |
