corrade-lsl-templates

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