From 6ada56bf44219090ea72f0068a3be284f8c3db84 Mon Sep 17 00:00:00 2001 From: "John R. Dennison" Date: Thu, 3 Jun 2021 03:07:58 -0500 Subject: [PATCH] Add warning message to new users regarding volatility of this version --- idlebot.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idlebot.pl b/idlebot.pl index ba50198..9cbcea1 100755 --- a/idlebot.pl +++ b/idlebot.pl @@ -560,6 +560,9 @@ sub parse { "can idle the longest. As such, talking in ". "the channel, parting, quitting, and changing ". "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}) { my $tempsock = IO::Socket::INET->new(PeerAddr=> "jotun.ultrazone.org:80");