We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fdac5 commit a9828b3Copy full SHA for a9828b3
bouncer.js
@@ -660,7 +660,7 @@ function clientReconnect(socket) {
660
socket.write(connection.connectbuf+"\n");
661
if(connection.nick!=socket.irc.nick)
662
socket.write(":"+connection.nick_original+" NICK "+connection.nick+"\n");
663
- if(connections[this.hash].ircv3Monitor)
+ if(connection.ircv3Monitor)
664
connection.write("MONITOR S\n");
665
if(!connection.connected) {
666
connection.write("AWAY\n");
0 commit comments