From e48ae8db9d8edd15b7d694ebdada284f91bfbbe6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 23 Jan 2016 13:05:13 +1000 Subject: Think we need a self for default LSL chat filtering. --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 711bb16..3d097d2 100644 --- a/TODO +++ b/TODO @@ -153,8 +153,9 @@ Communication Objects that are interested in things said register listeners with love, and get events.listen()'s sent to them. Some sort of filter is needed for this as well. listen(string filter, string text, integer flags) - filter - ,, + filter - ,,, In this case, isn't actually needed by any LSL function, but I include it for completeness sake. + means don't listen to yourself, which is usually what you get in LSL, but I'm leaving that option open. text - a string to match, might be a regex flags - include the regex flags from the OS version The last two arguments are optional. Flags is itself optional if text is there, defaulting to "not a regex". -- cgit v1.1