corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 10  →  ?path2? @ 11
/source/eggdrop/dice.lsl
@@ -220,12 +220,14 @@
)
);
// Check if this is an eggdrop command.
if(llGetSubString(data, 0, 0) !=
wasKeyValueGet("command", configuration))
return;
// Check if the command matches the current module.
list command = llParseString2List(data,
[wasKeyValueGet("command", configuration), " "], []);
[wasKeyValueGet("command", configuration), " "], ["@"]);
if(llList2String(command, 0) != "roll")
return;