Sheogorath
5 years ago
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with
0 additions and
2 deletions
-
test/command_nick.js
|
@ -56,8 +56,6 @@ describe("NICK no NICK given", function () { |
|
|
done("Destroyed socket without answering") |
|
|
done("Destroyed socket without answering") |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
console.log(server.getUserObjectFromNickName("some_nick")) |
|
|
|
|
|
|
|
|
|
|
|
server.emit("connection", mockedSock) |
|
|
server.emit("connection", mockedSock) |
|
|
mockedSock.emit('data', Buffer.from("NICK \r\n", "ascii")) |
|
|
mockedSock.emit('data', Buffer.from("NICK \r\n", "ascii")) |
|
|
}) |
|
|
}) |
|
|