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

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