summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(1223,12,1555).lua
blob: b07a528d727d8a52e2e35010c7276acfaef39d90 (plain)
1
2
3
4
5
if event.type == "digiline" then
  if event.channel == "updwrapper" then
    digiline_send("upd","update")
  end
end