From d122d67c51a69316a3e1d6b3b3dcd6fe92e657ff Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 12 Jun 2017 23:54:21 +0000 Subject: [PATCH] applied same fix to embedded version --- modules/applications/ircbridge-embedded.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/ircbridge-embedded.lua b/modules/applications/ircbridge-embedded.lua index e56715a..45f01e2 100644 --- a/modules/applications/ircbridge-embedded.lua +++ b/modules/applications/ircbridge-embedded.lua @@ -26,7 +26,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