This commit is contained in:
H.J.A. Timmermans Timmermans 2022-03-17 15:38:43 +01:00
parent 4f64bd866f
commit 19625ff468
1 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,23 @@
# Description:
# Ask hubot how people do it.
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# hubot how do <group/occupation> do it? -- tells you how they do it (e.g. hubot how do hackers do it?)
# hubot <people> do it <method> -- tells hubot how <people> 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.'''