corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 10  →  ?path2? @ 11
/source/eggdrop/control.lsl
@@ -122,9 +122,7 @@
string URL = "";
 
// The notifications to bind to.
list notifications = [ "group", "notice" ];
// The tag that this script uses for notifications.
string EGG_TAG = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041";
list notifications = [ "group", "membership" ];
 
default {
state_entry() {
@@ -296,7 +294,12 @@
)
),
"action", "remove",
"tag", wasURLEscape(EGG_TAG),
"tag", wasURLEscape(
wasKeyValueGet(
"notification tag",
configuration
)
),
"callback", wasURLEscape(URL)
]
)
@@ -367,7 +370,12 @@
)
),
"URL", wasURLEscape(URL),
"tag", wasURLEscape(EGG_TAG),
"tag", wasURLEscape(
wasKeyValueGet(
"notification tag",
configuration
)
),
"callback", wasURLEscape(URL)
]
)
@@ -474,7 +482,7 @@
"version",
configuration
) +
" for this HUD."
" for this template."
);
compatible = FALSE;
//llReleaseURL(URL);