Skip to content

Commit 8f4b6d7

Browse files
committed
added jbnc. to hosts for charybdis not masking *@hash for WEBIRC updated due to charybug
1 parent 4bee30b commit 8f4b6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bouncer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ function clientConnect(socket) {
723723
_reverse_ip = this.host;
724724
}
725725
if(SERVER_WEBIRCHASHIP && !SERVER_WEBIRCPROXY) {
726-
this.write('WEBIRC '+SERVER_WEBIRC+' '+this.user+' jbnc/'+iphash(this.hostonce)+" "+this.host+"\n");
726+
this.write('WEBIRC '+SERVER_WEBIRC+' '+this.user+' jbnc.'+iphash(this.hostonce)+" "+this.host+"\n");
727727
}
728728
else if(SERVER_WEBIRCHASHIP && SERVER_WEBIRCPROXY) {
729-
this.write('WEBIRC '+SERVER_WEBIRC+' '+this.user+' jbnc/'+iphash(this.host)+" "+this.host+"\n");
729+
this.write('WEBIRC '+SERVER_WEBIRC+' '+this.user+' jbnc.'+iphash(this.host)+" "+this.host+"\n");
730730
}
731731
else
732732
this.write('WEBIRC '+SERVER_WEBIRC+' '+this.user+' '+_reverse_ip+" "+this.host+"\n");

0 commit comments

Comments
 (0)