aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/__init__.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-09 17:52:51 +0000
committerGravatar jesopo2019-02-09 17:52:51 +0000
commit90618e883b0e65f5ad02598a136685ad79b6754f (patch)
tree198c486b82efc528e7a4488da378a77e502f891f /modules/commands/__init__.py
parentMove StdOut/StdErr specific consts to outs.py (commands) (diff)
signature
Move REGEX_CUTOFF to outs.py (commands)
Diffstat (limited to 'modules/commands/__init__.py')
-rw-r--r--modules/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 14e26686..7319b2dd 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -5,7 +5,6 @@ from . import outs
COMMAND_METHOD = "command-method"
COMMAND_METHODS = ["PRIVMSG", "NOTICE"]
-REGEX_CUTOFF = re.compile(r"^.{1,%d}(?:\s|$)" % OUT_CUTOFF)
REGEX_ARG_NUMBER = re.compile(r"\$(\d+)")
def _command_method_validate(s):