corrade-lsl-templates – Diff between revs 8 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 10
Line 222... Line 222...
222 222
223 if(llGetSubString(data, 0, 0) != 223 if(llGetSubString(data, 0, 0) !=
224 wasKeyValueGet("command", configuration)) 224 wasKeyValueGet("command", configuration))
Line 225... Line 225...
225 return; 225 return;
-   226
226 227 list command = llParseString2List(data,
227 list command = llParseString2List(data, ["@", " "], []); 228 [wasKeyValueGet("command", configuration), " "], []);
Line 228... Line 229...
228 if(llList2String(command, 0) != "help") 229 if(llList2String(command, 0) != "help")