vilmibm / tildemush

a modern mush tailored to tilde town
GNU General Public License v3.0
42 stars 12 forks source link

`(every)` macro #145

Open vilmibm opened 6 years ago

vilmibm commented 6 years ago

this macro should work something like this:

(every 10
  (say "hi"))

which will say "hi" every 10 minutes. the second form should be an expression so (every (random-number) ...) works.