Change mail Subject: for new character report

This commit is contained in:
John R. Dennison 2021-04-18 19:19:45 +00:00
parent cd54b6a59d
commit eb50bc3edf

View File

@ -2419,7 +2419,7 @@ sub report_new ($$$$) {
my ($char, $class, $nick, $host) = @_;
# mail subject
my $subject = "New IdleRPG Character";
my $subject = "New IdleRPG-NG Character";
# name of the mail program being used
my $mail_prog = "/usr/lib/sendmail";