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

Commit

Permalink
Merge pull request #1239 from rgbkrk/patch-6
Browse files Browse the repository at this point in the history
Fix header indentation
  • Loading branch information
technicalpickles committed Dec 2, 2013
2 parents 3129f94 + 65a9b2e commit 47dbad9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/scripts/nickgen.coffee
@@ -1,26 +1,26 @@
# Description:
# Nickname generator
# Nickname generator
#
# Dependencies:
# "cheerio": "0.10.5"
# "cheerio": "0.10.5"
#
# Configuration:
# None
#
# Commands:
# 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 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
# hubot nick help - explains usage
#
# Notes:
# None
# None
#
# Author:
# @commadelimited
# @commadelimited

$ = require 'cheerio'

Expand Down Expand Up @@ -74,4 +74,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 47dbad9

Please sign in to comment.