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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 10
Line 339... Line 339...
339 339
340 if(llGetSubString(data, 0, 0) != 340 if(llGetSubString(data, 0, 0) !=
341 wasKeyValueGet("command", configuration)) 341 wasKeyValueGet("command", configuration))
Line 342... Line 342...
342 return; 342 return;
-   343
343 344 list command = llParseString2List(data,
344 list command = llParseString2List(data, ["@", " "], []); 345 [wasKeyValueGet("command", configuration), " "], []);
Line 345... Line 346...
345 if(llList2String(command, 0) != "wiki") 346 if(llList2String(command, 0) != "wiki")
346 return; 347 return;