I have another question concerning the Liquidsoap scripting language:

l_sources = [root, ogg]

def kickall(_) = list.iter(harbor.stop, l_sources) "done" end

server.register( namespace = "",
                 usage = "kick", description = "perform kick on all live 
sources",
                 "kick", kickall ) 

root and ogg are sources made with input.harbor, and two different mountpoints 
("/" and "/input.ogg").
In Order to kick the client off the mountpoint when i needed to, I made the 
function you can see above.
However, harbor.stop doesn't seem to exist anumore. I worked fine like that 
before, and I kinda miss it. now that it's gone...

How am I supposed to kick the guy off the mountpoint now?

Cheers,
        polemon
-- 
polemon <[email protected]>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to