diff --git a/bing.coffee b/bing.coffee index 144e75b..47b0e70 100644 --- a/bing.coffee +++ b/bing.coffee @@ -1,3 +1,23 @@ +# Description: +# Ask hubot how people do it. +# +# Dependencies: +# None +# +# Configuration: +# None +# +# Commands: +# hubot how do do it? -- tells you how they do it (e.g. hubot how do hackers do it?) +# hubot do it -- tells hubot how do it (e.g. hubot GitHubbers do it in Campfire.) +# hubot do it -- tells you a random way in which random people do it +# +# Notes: +# Node.js programmers do it asynchronously. +# List taken from http://www.dkgoodman.com/doita-f.html#top and originally compiled by Chris Morton. +# +# Author: +# jenrzzz String.prototype.capitalize ||= -> @.charAt(0).toUpperCase() + @.slice(1) @@ -1441,4 +1461,3 @@ Zippermakers do it on the fly. Zippy does it on his lunch break. Zoologists do it with animals.''' -