Sat, 17 Feb 2024 15:34:18 +0100
Clip note to the DB field size (varchar64). Added more exclusions:
- wikisources (requested)
- azwikimedia (suggested)
- gurwiki (broken SUL)
- gomwiktionary (broken SUL)
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;