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 4f4820818a - Show all commits

View File

@ -130,7 +130,7 @@ def attemptManualAuthentication(net, num):
name = f"{net}{num}" name = f"{net}{num}"
if name not in main.IRCPool: if name not in main.IRCPool:
return return
main.IRCPool[name].msg(entity, identifymsg) main.IRCPool[name].sendmsg(entity, identifymsg, in_query=True)
def enableAuthentication(net, num, jump=True, run_now=False): def enableAuthentication(net, num, jump=True, run_now=False):