applied same fix to embedded version
This commit is contained in:
parent
a89ff3f6cd
commit
d122d67c51
@ -26,7 +26,7 @@ function ircb(h,p,n) -- host, port
|
|||||||
if t and f and p and ms then
|
if t and f and p and ms then
|
||||||
t,f,p,ms = ub64(t),n..":"..ub64(f),ub64(p),ub64(ms)
|
t,f,p,ms = ub64(t),n..":"..ub64(f),ub64(p),ub64(ms)
|
||||||
for k,v in ipairs(tM) do
|
for k,v in ipairs(tM) do
|
||||||
v.broadcast(nP,t,f,p,ms)
|
v.broadcast(nVL,nP,t,f,p,ms)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user