3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +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 warnings;
# bothome is automatically set by this script, do not modify
my $bothome;
BEGIN {
use File::Basename;