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

Commit 47dbad9

Browse files
Merge pull request #1239 from rgbkrk/patch-6
Fix header indentation
2 parents 3129f94 + 65a9b2e commit 47dbad9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/scripts/nickgen.coffee

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Description:
2-
# Nickname generator
2+
# Nickname generator
33
#
44
# Dependencies:
5-
# "cheerio": "0.10.5"
5+
# "cheerio": "0.10.5"
66
#
77
# Configuration:
88
# None
99
#
1010
# Commands:
11-
# hubot nick pirate <name> - Get your pirate name.
12-
# hubot nick wutang <name> - Get your Wutang Clan name.
13-
# hubot nick blues <name> - Get your Blues guitarist name.
14-
# hubot nick potter <name> - Get your Harry Potter universe name.
15-
# hubot nick hacker <name> - Get your l337 hacker name.
11+
# hubot nick pirate <name> - Get your pirate name.
12+
# hubot nick wutang <name> - Get your Wutang Clan name.
13+
# hubot nick blues <name> - Get your Blues guitarist name.
14+
# hubot nick potter <name> - Get your Harry Potter universe name.
15+
# hubot nick hacker <name> - Get your l337 hacker name.
1616
#
17-
# hubot nick help - explains usage
17+
# hubot nick help - explains usage
1818
#
1919
# Notes:
20-
# None
20+
# None
2121
#
2222
# Author:
23-
# @commadelimited
23+
# @commadelimited
2424

2525
$ = require 'cheerio'
2626

@@ -74,4 +74,4 @@ module.exports = (robot) ->
7474
robot.respond /nick help/i, (msg) ->
7575
count = Object.keys(options).length
7676
list = ("#{name}" for name of options)
77-
msg.send "Usage: nick <#{list}> <your name>"
77+
msg.send "Usage: nick <#{list}> <your name>"

0 commit comments

Comments
 (0)