| Pikkubot |
|---|
| → Pricing |
| → Bot-Hosting |
| → Shoutcast |
| → Screenshots |
| → Stats |
| Download |
|---|
| → Release Notes |
| → Linux-Release |
| → OpenSim-Infos |
| Support |
|---|
| → PikkuBot Forum |
| → User-Area |
| → Hosting-Area |
| → Shoutcast-Area |
| → General Q&A |
| → Faq |
| → Documentation |
| Imprint |
|---|
# # The cron.txt allows you to define actions that are executed by the bot in cirtain intervalls. # The format is # <seconds>TAB<command> # OR # <minute>TAB<hour>TAB<command> (You can use * as a wildcard) # # Check every hour for the new update 3600 update # Greet me once a day just after i got out of bed at 11:30 (24 hour format) 30 11 say good morning! # Say something 5 min after every full hour 05 * say still online