aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-21 11:55:17 +0100
committerGravatar jesopo2018-09-21 11:55:17 +0100
commit3c3583e30c9e7126c27f2fe90fb2c363391e458f (patch)
tree25e8b5f8062282d688d0cdea1e92323def8074f2 /modules
parentChange Utils.color to take a string to wrap in color (diff)
signature
Disable sed by default
Diffstat (limited to 'modules')
-rw-r--r--modules/sed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sed.py b/modules/sed.py
index 22ba560a..e4a61c70 100644
--- a/modules/sed.py
+++ b/modules/sed.py
@@ -21,7 +21,7 @@ class Module(object):
sed_split = re.split(REGEX_SPLIT, event["message"], 3)
if event["message"].startswith("s/") and len(sed_split) > 2:
if event["action"] or not Utils.get_closest_setting(
- event, "sed", True):
+ event, "sed", False):
return
regex_flags = 0