mirror of
https://github.com/Kiritow/OpenComputerScripts.git
synced 2024-03-22 13:10:46 +08:00
Update libevent.
Now support Computronics:chat_box
This commit is contained in:
parent
e291c45da1
commit
e88959649f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user