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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 10
Line 237... Line 237...
237 237
238 if(llGetSubString(data, 0, 0) != 238 if(llGetSubString(data, 0, 0) !=
239 wasKeyValueGet("command", configuration)) 239 wasKeyValueGet("command", configuration))
Line 240... Line 240...
240 return; 240 return;
-   241
241 242 list command = llParseString2List(data,
242 list command = llParseString2List(data, ["@", " "], []); 243 [wasKeyValueGet("command", configuration), " "], []);
Line 243... Line 244...
243 if(llList2String(command, 0) != "ban") 244 if(llList2String(command, 0) != "ban")
244 return; 245 return;