This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| reference:user_routing_script [2021/02/19 09:51] – paul | reference:user_routing_script [2023/03/27 10:32] (current) – paul | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| </ | </ | ||
| + | ====If the current time is between 10:00 on 2nd March 2023 and 17:00 on 5th March 2023, then forward==== | ||
| + | |||
| + | < | ||
| + | now = os.date(" | ||
| + | if (now >= " | ||
| + | Forwards = " | ||
| + | UseForwards = true; | ||
| + | ShouldForward = true; | ||
| + | end | ||
| + | </ | ||