corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/source/eggdrop/ban.lsl
@@ -239,7 +239,8 @@
wasKeyValueGet("command", configuration))
return;
list command = llParseString2List(data, ["@", " "], []);
list command = llParseString2List(data,
[wasKeyValueGet("command", configuration), " "], []);
if(llList2String(command, 0) != "ban")
return;