Skip to content

Commit c33cb32

Browse files
committed
Rename bot
1 parent 383a86b commit c33cb32

File tree

6 files changed

+14
-18
lines changed

6 files changed

+14
-18
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# y
1+
# haoybot
22

3-
y is a chat bot built on the [Hubot][hubot] framework. It was
3+
haoybot is a chat bot built on the [Hubot][hubot] framework. It was
44
initially generated by [generator-hubot][generator-hubot], and configured to be
55
deployed on [Heroku][heroku] to get you up and running as quick as possible.
66

@@ -12,26 +12,26 @@ available, etc!
1212
[hubot]: http://hubot.github.com
1313
[generator-hubot]: https://github.com/github/generator-hubot
1414

15-
### Running y Locally
15+
### Running haoybot Locally
1616

1717
You can test your hubot by running the following, however some plugins will not
1818
behave as expected unless the [environment variables](#configuration) they rely
1919
upon have been set.
2020

21-
You can start y locally by running:
21+
You can start haoybot locally by running:
2222

2323
% bin/hubot
2424

2525
You'll see some start up output and a prompt:
2626

2727
[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
28-
y>
28+
haoybot>
2929

30-
Then you can interact with y by typing `y help`.
30+
Then you can interact with haoybot by typing `haoybot help`.
3131

32-
y> y help
33-
y animate me <query> - The same thing as `image me`, except adds [snip]
34-
y help - Displays all of the help commands that y knows about.
32+
haoybot> haoybot help
33+
haoybot animate me <query> - The same thing as `image me`, except adds [snip]
34+
haoybot help - Displays all of the help commands that haoybot knows about.
3535
...
3636

3737
### Configuration

bin/hubot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
npm install
66
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
77

8-
exec node_modules/.bin/hubot --name "y" "$@"
8+
exec node_modules/.bin/hubot --name "haoybot" "$@"

bin/hubot.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ call npm install
44
SETLOCAL
55
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
66

7-
node_modules\.bin\hubot.cmd --name "y" %*
7+
node_modules\.bin\hubot.cmd --name "haoybot" %*

external-scripts.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[
22
"hubot-diagnostics",
33
"hubot-help",
4-
"hubot-heroku-keepalive",
54
"hubot-google-images",
65
"hubot-google-translate",
76
"hubot-pugme",
87
"hubot-maps",
98
"hubot-redis-brain",
109
"hubot-rules",
1110
"hubot-shipit"
12-
]
11+
]

hubot-scripts.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"name": "y",
2+
"name": "haoybot",
33
"version": "0.0.0",
44
"private": true,
5-
"author": "y",
5+
"author": "Johanne",
66
"description": "Familieboten for St. Jørgens vei 1",
77
"dependencies": {
88
"hubot": "^2.19.0",
99
"hubot-diagnostics": "0.0.1",
1010
"hubot-google-images": "^0.2.6",
1111
"hubot-google-translate": "^0.2.0",
1212
"hubot-help": "^0.2.0",
13-
"hubot-heroku-keepalive": "^1.0.2",
1413
"hubot-maps": "0.0.2",
1514
"hubot-pugme": "^0.1.0",
1615
"hubot-redis-brain": "0.0.3",
1716
"hubot-rules": "^0.1.1",
18-
"hubot-scripts": "^2.17.2",
1917
"hubot-shipit": "^0.2.0"
2018
},
2119
"engines": {

0 commit comments

Comments
 (0)