This repository was archived by the owner on Jun 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Description:
2
- # Nickname generator
2
+ # Nickname generator
3
3
#
4
4
# Dependencies:
5
- # "cheerio": "0.10.5"
5
+ # "cheerio": "0.10.5"
6
6
#
7
7
# Configuration:
8
8
# None
9
9
#
10
10
# 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.
16
16
#
17
- # hubot nick help - explains usage
17
+ # hubot nick help - explains usage
18
18
#
19
19
# Notes:
20
- # None
20
+ # None
21
21
#
22
22
# Author:
23
- # @commadelimited
23
+ # @commadelimited
24
24
25
25
$ = require ' cheerio'
26
26
@@ -74,4 +74,4 @@ module.exports = (robot) ->
74
74
robot .respond / nick help/ i , (msg ) ->
75
75
count = Object .keys (options).length
76
76
list = (" #{ name} " for name of options)
77
- msg .send " Usage: nick <#{ list} > <your name>"
77
+ msg .send " Usage: nick <#{ list} > <your name>"
You can’t perform that action at this time.
0 commit comments