Wed, 06 Mar 2024 02:54:34 +0100
demon: fake timestamp for replaces
package BotSecrets; use strict; use warnings; use Exporter; our @ISA = qw/ Exporter /; our @EXPORT = qw/ $db_user $db_pw $bu $bp /; # user/password for the toolserver db our ($db_user, $db_pw) = ("s5****", "***"); # user/password for the user (or other bot) making the changes our ($bu,$bp) = ('****', '****' ); 1;