Update libevent.

Now support Computronics:chat_box
This commit is contained in:
Kirigaya Kazuto 2018-02-12 08:14:26 +08:00
parent e291c45da1
commit e88959649f

View File

@ -158,6 +158,13 @@ local function doInternalEventInit()
t["signalValue"]=raw_event[4]
end
tb["chat_message"]=function(raw_event,t)
t["event"]=raw_event[1]
t["address"]=raw_event[2]
t["username"]=raw_event[3]
t["message"]=raw_event[4]
end
--- OpenSecurity
tb["magData"]=function(raw_event,t)