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

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 10 Rev 11
Line 233... Line 233...
233 "message", 233 "message",
234 message 234 message
235 ) 235 )
236 ); 236 );
Line -... Line 237...
-   237
237 238 // Check if this is an eggdrop command.
238 if(llGetSubString(data, 0, 0) != 239 if(llGetSubString(data, 0, 0) !=
239 wasKeyValueGet("command", configuration)) 240 wasKeyValueGet("command", configuration))
Line -... Line 241...
-   241 return;
240 return; 242
241 243 // Check if the command matches the current module.
242 list command = llParseString2List(data, 244 list command = llParseString2List(data,
243 [wasKeyValueGet("command", configuration), " "], []); 245 [wasKeyValueGet("command", configuration), " "], ["@"]);
Line 244... Line 246...
244 if(llList2String(command, 0) != "ban") 246 if(llList2String(command, 0) != "ban")
245 return; 247 return;