Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Improving documentation. Removing unnecessary trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
commadelimited committed Dec 17, 2012
1 parent 80c7ace commit 0ef860e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/scripts/nickgen.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
# None
#
# Commands:
# hubot nick <option> <name> - Provides the user with a funny nickname from a list of choices.
# hubot nick pirate <name> - Get your pirate name.
# hubot nick wutang <name> - Get your Wutang Clan name.
# hubot nick blues <name> - Get your Blues guitarist name.
# hubot nick potter <name> - Get your Harry Potter universe name.
# hubot nick hacker <name> - Get your l337 hacker name.
#
# hubot nick help - explains usage
#
# Notes:
Expand Down Expand Up @@ -71,9 +76,4 @@ module.exports = (robot) ->
robot.respond /nick help/i, (msg) ->
count = Object.keys(options).length
list = ("#{name}" for name of options)
msg.send "Usage: nick <#{list}> <your name>"





msg.send "Usage: nick <#{list}> <your name>"

0 comments on commit 0ef860e

Please sign in to comment.