Skip to content

Commit c5f3739

Browse files
authored
Merge pull request #76 from Madriix/master
Update
2 parents a9a86ba + bc3eb9b commit c5f3739

File tree

5 files changed

+375
-350
lines changed

5 files changed

+375
-350
lines changed

bouncer.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ process.on('uncaughtException', (err, origin) => {
6060
});
6161
*/
6262

63-
// Track IRC (Server) Connections
64-
global.connections = {};
65-
6663
const jBNC = require('./lib/Server');
6764

68-
new jBNC();
69-
70-
//const server = new jBNC();
65+
const server = new jBNC();
66+
server.listen();

0 commit comments

Comments
 (0)