Fix the IRC bridge to work with OETF#7, properly this time.

This commit is contained in:
Izaya 2017-06-12 14:35:56 +00:00
parent eaa4eb7d86
commit b54a2c0390
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function ircb(h,p,n) -- host, port
if t and f and p and ms then
t,f,p,ms = ub64(t),n..":"..ub64(f),ub64(p),ub64(ms)
for k,v in ipairs(tM) do
v.broadcast(nP,t,f,p,ms)
v.broadcast(nVL,nP,t,f,p,ms)
end
end
else