3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00

pbot: add comment clarifying not to modify $bothome

This commit is contained in:
Pragmatic Software 2019-12-22 20:48:16 -08:00
parent 3aea9c009b
commit 88e1498b77

1
pbot
View File

@ -15,6 +15,7 @@ use feature 'unicode_strings';
use strict; use strict;
use warnings; use warnings;
# bothome is automatically set by this script, do not modify
my $bothome; my $bothome;
BEGIN { BEGIN {
use File::Basename; use File::Basename;