Skip to content

Commit a9828b3

Browse files
committed
Update bouncer.js
1 parent d9fdac5 commit a9828b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bouncer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function clientReconnect(socket) {
660660
socket.write(connection.connectbuf+"\n");
661661
if(connection.nick!=socket.irc.nick)
662662
socket.write(":"+connection.nick_original+" NICK "+connection.nick+"\n");
663-
if(connections[this.hash].ircv3Monitor)
663+
if(connection.ircv3Monitor)
664664
connection.write("MONITOR S\n");
665665
if(!connection.connected) {
666666
connection.write("AWAY\n");

0 commit comments

Comments
 (0)