Begin implementing adding channel limits
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user