diff --git a/core/lib/context.py b/core/lib/context.py index dcc9bea..d67866d 100644 --- a/core/lib/context.py +++ b/core/lib/context.py @@ -10,7 +10,6 @@ def construct_query(index, net, channel, src, num, size, nicks=None): if channel: extra_must.append({"match": {"channel": channel}}) if nicks: - print("NICKS", nicks) for nick in nicks: extra_should2.append({"match": {"nick": nick}}) types = ["msg", "notice", "action", "kick", "topic", "mode"] diff --git a/core/templates/manage/threshold/irc/network/actions.html b/core/templates/manage/threshold/irc/network/actions.html index a9e33d9..667278b 100644 --- a/core/templates/manage/threshold/irc/network/actions.html +++ b/core/templates/manage/threshold/irc/network/actions.html @@ -44,26 +44,53 @@ -