=================================================================== RCS file: /cvs/botnow/botnow.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- botnow/botnow.pl 2021/07/20 17:40:08 1.2 +++ botnow/botnow.pl 2021/07/21 22:04:30 1.3 @@ -57,10 +57,6 @@ if (!defined($conf{mailname})) { } } -# rDNS keys from Stallion in BuyVM -$conf{key} = $conf{key} or die "ERROR: botnow.conf: key"; -$conf{hash} = $conf{hash} or die "ERROR: botnow.conf: hash"; - # ZNC install directory $conf{zncdir} = $conf{zncdir} || "/home/znc/home/znc"; @@ -80,7 +76,7 @@ use constant { $conf{verbose} = $conf{verbose} || ERRORS; # Terms of Service; don't edit lines with the word EOF -$conf{terms} = $conf{terms} || "IRCNow: Of the User, By the User, For the User. Rules: no profanity, no porn, no illegal drugs, no gambling, no slander, no warez, no promoting violence, no spam, illegal cracking, or DDoS. Only one account per person. Don't share passwords. Full terms: https://ircnow.org/terms.php"; +$conf{terms} = $conf{terms} || "IRCNow: Of the User, By the User, For the User. Rules: no porn, no illegal drugs, no gambling, no slander, no warez, no promoting violence, no spam, illegal cracking, or DDoS. Only one account per person. Don't share passwords. Full terms: https://ircnow.org/terms.php"; $conf{ipv6path} = "ipv6s"; # ipv6 file path $conf{netpath} = "networks"; # networks file path