Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Remove code not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Mar 26, 2017
1 parent 27d4597 commit 07c33e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1264,12 +1264,6 @@ let ircServer = net.createServer(netOptions, function(socket) {
case 'WHOIS':
const whoisUser = parsedLine.params[0].trim();
const userID = ircDetails[socket.discordid].members[whoisUser];


socket.write(`:${configuration.ircServer.hostname} 307 ${socket.nickname} ${whoisUser} :is a something something.\r\n`);
socket.write(`:${configuration.ircServer.hostname} 307 ${socket.nickname} ${whoisUser} :is a something something as well.\r\n`);
socket.write(`:${configuration.ircServer.hostname} 318 ${socket.nickname} ${whoisUser} :End of /WHOIS list.\r\n`);

break;

}
Expand Down

0 comments on commit 07c33e2

Please sign in to comment.