remove debug print
This commit is contained in:
parent
07a593ce20
commit
e72a21778f
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue