Implement indexing into Apache Druid #1

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

View File

@ -207,6 +207,9 @@ class IRCBot(IRCClient):
# self.event(**castDup) # self.event(**castDup)
# Don't call self.event for this one because queries are not events on a # Don't call self.event for this one because queries are not events on a
# channel, but we still want to see them # channel, but we still want to see them
if cast["channel"] == "AUTH":
cast["type"] = "conn"
cast["mtype"] = cast["type"]
# TODO: better way to do this # TODO: better way to do this
# as we changed the types above, check again # as we changed the types above, check again