Fix the IRC bridge to work with OETF#7, properly this time.
This commit is contained in:
parent
eaa4eb7d86
commit
b54a2c0390
@ -29,7 +29,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