]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
Send ping/pong
authorHalf-Shot <redacted>
Thu, 9 Mar 2023 17:09:57 +0000 (17:09 +0000)
committerHalf-Shot <redacted>
Thu, 9 Mar 2023 17:09:57 +0000 (17:09 +0000)
src/irc.ts

index 654b4c3c6462b7b3a21a96b4c02c62a7d7196bee..c26a14656507267e43315b9b68a41fd9f1809066 100644 (file)
@@ -1276,6 +1276,7 @@ export class Client extends (EventEmitter as unknown as new () => TypedEmitter<C
             throw Error('What!');
         }
 
+
         if (!this.state.registered) {
             //this.conn.once('connected', () => {
             //    console.log('Got connected!');