Overview
Comment: | drugbot update |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
19d49add5184959a08dcca67750da5b9 |
User & Date: | lexi on 2019-08-13 20:35:07 |
Other Links: | manifest | tags |
Context
2019-10-03
| ||
00:08 | add vocab check-in: eee9fbeda0 user: lexi tags: trunk | |
2019-08-13
| ||
20:35 | drugbot update check-in: 19d49add51 user: lexi tags: trunk | |
2019-07-27
| ||
06:30 | fix typo check-in: ec168497f7 user: lexi tags: trunk | |
Changes
Modified drug.ml from [153c05522d] to [64e1068f69].
257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 |
Plain "flailed"; Plain "whaled"; Plain "sloshed"; Plain "sprayed"; Plain "spayed"; Plain "prayed to"; Plain "prayed out"; Plain "prayed off"; Plain "prayed for"; Plain "prayed away"; Plain "snacked"; Plain "snacked up"; Plain "snacked out"; Plain "snacked away"; |] let roas = [| "on"; "shooting up"; "using"; "mainlining"; "snorting"; "vaping"; "smoking"; "cybering"; "sucking down"; "gargling"; "doing"; "trying"; "slurping"; "guzzling"; "popping"; "downing"; "chewing"; "pooping"; "shitting"; "pissing"; "crunching"; "sniffing"; "zapping"; "downloading"; "dropping"; "cooking up"; "freebasing"; "hooting"; "tooting"; "blasting"; "blazing"; "tweeting"; "honking"; "plugging"; "plugging in"; "hooking up"; "turning on"; "boofing"; "whacking"; "choking"; "ravishing"; "looting"; "slaughtering"; "drinking"; "eating"; "slugging"; "ghouling"; "scrobbling"; |] let vroas = [| "shoot up"; "mainline"; "snort"; "vape"; "smoke"; "slurp"; "suck down"; "gargle"; "do"; "try"; "guzzle"; "pop"; "down"; "chew"; "crunch"; "poop"; "shit"; "piss"; "blast"; "blaze"; "sniff"; "zap"; "download"; "drop"; "cyber"; "cook up"; "toot"; "hoot"; "plug"; "plug in"; "hook up"; "turn on"; "boof"; "whack"; "choke"; "drink"; "eat"; "slug"; "ghoul"; "freebase"; "ravish"; "loot"; "slaughter"; "scrobble";|] module Pronoun = struct type t = { nom : string; obl : string; gen : string; refl : string; cop : string; brevcop : string; pl : bool; } let you = {nom = "you"; obl = "you"; gen = "your"; refl = "yourself"; |
> | | |
257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 |
Plain "flailed"; Plain "whaled"; Plain "sloshed"; Plain "sprayed"; Plain "spayed"; Plain "prayed to"; Plain "prayed out"; Plain "prayed off"; Plain "prayed for"; Plain "prayed away"; Plain "snacked"; Plain "snacked up"; Plain "snacked out"; Plain "snacked away"; Plain "snacked off"; |] let roas = [| "on"; "shooting up"; "using"; "mainlining"; "snorting"; "vaping"; "smoking"; "cybering"; "sucking down"; "gargling"; "doing"; "trying"; "slurping"; "guzzling"; "popping"; "downing"; "chewing"; "pooping"; "shitting"; "pissing"; "crunching"; "sniffing"; "zapping"; "downloading"; "dropping"; "cooking up"; "freebasing"; "hooting"; "tooting"; "blasting"; "blazing"; "tweeting"; "honking"; "plugging"; "plugging in"; "hooking up"; "turning on"; "boofing"; "whacking"; "choking"; "ravishing"; "looting"; "slaughtering"; "drinking"; "eating"; "slugging"; "ghouling"; "scrobbling"; "torrenting"; "oiling up"; "jacking off";|] let vroas = [| "shoot up"; "mainline"; "snort"; "vape"; "smoke"; "slurp"; "suck down"; "gargle"; "do"; "try"; "guzzle"; "pop"; "down"; "chew"; "crunch"; "poop"; "shit"; "piss"; "blast"; "blaze"; "sniff"; "zap"; "download"; "drop"; "cyber"; "cook up"; "toot"; "hoot"; "plug"; "plug in"; "hook up"; "turn on"; "boof"; "whack"; "choke"; "drink"; "eat"; "slug"; "ghoul"; "freebase"; "ravish"; "loot"; "slaughter"; "scrobble"; "torrent"; "oil up"; "jack off";|] module Pronoun = struct type t = { nom : string; obl : string; gen : string; refl : string; cop : string; brevcop : string; pl : bool; } let you = {nom = "you"; obl = "you"; gen = "your"; refl = "yourself"; |