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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 10
Line 261... Line 261...
261 261
262 if(llGetSubString(data, 0, 0) != 262 if(llGetSubString(data, 0, 0) !=
263 wasKeyValueGet("command", configuration)) 263 wasKeyValueGet("command", configuration))
Line 264... Line 264...
264 return; 264 return;
-   265
265 266 list command = llParseString2List(data,
266 list command = llParseString2List(data, ["@", " "], []); 267 [wasKeyValueGet("command", configuration), " "], []);
Line 267... Line 268...
267 if(llList2String(command, 0) != "fortune") 268 if(llList2String(command, 0) != "fortune")
268 return; 269 return;