Skip to content

Commit 697afc8

Browse files
authored
Update index.js
1 parent b5041d0 commit 697afc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ io.sockets.on("connection", function (socket) {
155155
}
156156
bot.setControlState(state, toggle);
157157
});
158-
socket.on("kicked", function (reason) {
159-
console.log('Kicked! Reason:' + reason);
160-
});
161158
socket.on("command", function (com) {
162159
bot.chat(com);
163160
});

0 commit comments

Comments
 (0)