commit 75f89aebc6f10975810bfb93fa1eba7018fa61fd from: jrmu date: Sat May 06 06:23:30 2023 UTC Correct email to use the bouncer hostname, patch thanks to IanJ commit - a58e176adaaa59ec2b49c2dc146fd00592bb23a1 commit + 75f89aebc6f10975810bfb93fa1eba7018fa61fd blob - 167cd4f0a52817ac1a6ee54259ec974c9db93531 blob + 18c5a053b4f98afc2461d60a52b541ddf5a36b09 --- BNC.pm +++ BNC.pm @@ -21,6 +21,7 @@ my $staff = $conf{staff}; my $zncdir = $conf{zncdir}; my $znclog = $conf{znclog} || "$zncdir/.znc/moddata/adminlog/znc.log"; my $hostname = $conf{hostname}; +my $bnchostname = $conf{bnchostnome}; my $terms = $conf{terms}; my @logs; my $expires = $conf{expires}; @@ -427,7 +428,7 @@ You created a bouncer: Username: $username Password: $password -Server: $hostname +Server: $bnchostname Port: $sslport for SSL (secure connection) Port: $plainport for plaintext Webpanel: $webpanel blob - b7a173d3b4c4f8a240ac5521e422b1e4a513ba5e blob + 787101ca95004ddb335e121eb94880494b02f44d --- botnow.conf.example +++ botnow.conf.example @@ -7,8 +7,11 @@ localnet = example #host = 127.0.0.1 #port = 1337 -#Bouncer hostname +#Hostname hostname = example.com + +#Bouncer hostname +bnchostname = bnc.example.com #Mail hostname mailhostname = example.com