Add warning message to new users regarding volatility of this version

This commit is contained in:
John R. Dennison 2021-06-03 03:07:58 -05:00
parent ba894ea057
commit 6ada56bf44

View File

@ -560,6 +560,9 @@ sub parse {
"can idle the longest. As such, talking in ". "can idle the longest. As such, talking in ".
"the channel, parting, quitting, and changing ". "the channel, parting, quitting, and changing ".
"nicks all penalize you.",$usernick); "nicks all penalize you.",$usernick);
privmsg("WARNING: This is a development version of ".
"the game and as such may be stopped or even ".
"without warning.",$usernick);
if ($opts{phonehome}) { if ($opts{phonehome}) {
my $tempsock = IO::Socket::INET->new(PeerAddr=> my $tempsock = IO::Socket::INET->new(PeerAddr=>
"jotun.ultrazone.org:80"); "jotun.ultrazone.org:80");