Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 09a5cd14ad - Show all commits

View File

@ -615,7 +615,7 @@ class API(object):
in_query = True
else:
nick = None
if channel == main.IRCPool[name].nickname:
if channel == main.IRCPool[name].nickname or nick == channel:
in_query = True
if not nick:
return dumps({"success": False, "reason": "no nick specified to query"})