aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/line_handler.py')
-rw-r--r--modules/line_handler.py4
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",