Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 0685e1c

Browse files
author
Zirak
committed
Fuck I am a retard.
1 parent e32bfa5 commit 0685e1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

master.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6240,7 +6240,7 @@ bot.addCommand({
62406240

62416241
var seen = bot.memory.get( 'users' ),
62426242
//hardcoded for some (in)sanity. Change accordingly.
6243-
ownerRoom = 55728;
6243+
ownerRoom = 17;
62446244

62456245
var message = "Welcome to the JavaScript chat! Please review the " +
62466246
bot.adapter.link(

master.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/welcome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
var seen = bot.memory.get( 'users' ),
66
//hardcoded for some (in)sanity. Change accordingly.
7-
ownerRoom = 55728;
7+
ownerRoom = 17;
88

99
var message = "Welcome to the JavaScript chat! Please review the " +
1010
bot.adapter.link(

0 commit comments

Comments
 (0)