File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -723,10 +723,10 @@ function clientConnect(socket) {
723
723
_reverse_ip = this . host ;
724
724
}
725
725
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" ) ;
727
727
}
728
728
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" ) ;
730
730
}
731
731
else
732
732
this . write ( 'WEBIRC ' + SERVER_WEBIRC + ' ' + this . user + ' ' + _reverse_ip + " " + this . host + "\n" ) ;
You can’t perform that action at this time.
0 commit comments