Add comment to make the purpose of the nickname fix more obvious

This commit is contained in:
Lorenz Kästle 2021-10-18 13:16:10 +02:00 committed by Sven Nierlein
parent ead405515f
commit 03028d23b6

View file

@ -69,6 +69,8 @@ $ENV{'ENV'}='';
# -----------------------------------------------------------------[ Global ]--
$PROGNAME = "check_ircd";
# nickname shouldn't be longer than 9 chars, this might happen with large PIDs
# To prevent this, we cut of the part over 10000
my $NICK="ircd" . $$ % 10000;
my $USER_INFO="monitor localhost localhost : ";