aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-08-14 14:51:07 +0100
committerGravatar jesopo2019-08-14 14:51:07 +0100
commite72a21778f4ddb3789f309abedd3b214a7f96d1a (patch)
treeea13ca1d5f260b7d3097f702d212c4a669d6c10a
parent`!kickban`'s `_ban` call needs an `add` arg (diff)
signature
remove debug print
-rw-r--r--modules/highlight_spam.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/highlight_spam.py b/modules/highlight_spam.py
index 8d02ee87..35b5b0fe 100644
--- a/modules/highlight_spam.py
+++ b/modules/highlight_spam.py
@@ -16,7 +16,6 @@ class Module(ModuleManager.BaseModule):
event["channel"].users))
highlights = set(nicknames) & set(event["message_split"])
- print(highlights)
if len(highlights) > 1 and len(highlights) >= event["channel"
].get_setting("highlight-spam-threshold", 10):
has_mode = event["channel"].mode_or_above(event["user"], "v")