commit | author | age | ||
4bb0bf | 1 | require ["body","fileinto"]; |
AM | 2 | if body :raw :contains "MAKE MONEY FAST" |
3 | { | |
4 | stop; | |
5 | } | |
6 | if body :content "text" :contains ["missile","coordinates"] | |
7 | { | |
8 | fileinto "secrets"; | |
9 | } | |
10 | if body :content "audio/mp3" :contains "" | |
11 | { | |
12 | fileinto "jukebox"; | |
13 | } | |
14 | if body :text :contains "project schedule" | |
15 | { | |
16 | fileinto "project/schedule"; | |
17 | } |