]> jfr.im git - irc/freenode/jbnc.git/commitdiff
Update bouncer.js
authorMadriix <redacted>
Sat, 1 Aug 2020 12:44:39 +0000 (14:44 +0200)
committerGitHub <redacted>
Sat, 1 Aug 2020 12:44:39 +0000 (14:44 +0200)
bouncer.js

index caa9bfd0ea0c42738db63fbaa58cd2af711763d5..9b39f3b9996a95702e45e1fa0c372888690054f6 100644 (file)
@@ -134,7 +134,7 @@ server = doServer(tlsOptions,function(socket) {
         if(DEBUG)
           console.log("<" +input[i]);
         
-        if ( typeof connections[this.hash] !== 'undefined' )
+        if ( typeof connections[this.hash] === 'undefined' )
           continue;
         
         let commands=input[i].split(" ");