summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy/misc.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy/misc.groovy b/scripts/toy/misc.groovy
index 6696f56..40c902e 100644
--- a/scripts/toy/misc.groovy
+++ b/scripts/toy/misc.groovy
@@ -7,7 +7,7 @@
};
toy.addNamedEvent(toy.PERMIT, { name, arg, schedTime, rt -> toy.givePermission(arg) });
- toy.addRequestable("faq", "FAQ (webpage)", { useUrl("http://toy.randomdan.homeip.net/"); });
+ toy.addRequestable("faq", "FAQ (webpage)", { toy.useUrl("http://toy.randomdan.homeip.net/"); });
toy.addActivity("intNothing", { toy.intNothing() }, [[toy.TITS]], [toy.INT]);
return null;
}