From c3be26108674e094617f9ba1433e8b65b350b199 Mon Sep 17 00:00:00 2001
From: dms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Thu, 14 Sep 2000 12:12:42 +0000
Subject: [PATCH] minor text fixup for umode

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@99 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/IRC/IrcHooks.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/IRC/IrcHooks.pl b/src/IRC/IrcHooks.pl
index 588594e..552f93b 100644
--- a/src/IRC/IrcHooks.pl
+++ b/src/IRC/IrcHooks.pl
@@ -130,7 +130,7 @@ sub on_endofmotd {
     }
 
     if (&IsParam("ircUMode")) {
-	&status("Changing user modes to $param{'ircUMode'}.");
+	&status("Attempting change of user modes to $param{'ircUMode'}.");
 	&rawout("MODE $ident $param{'ircUMode'}");
     }
 
@@ -641,7 +641,7 @@ sub on_targettoofast {
     }
 
 ###    .* wait (\d+) second/) {
-	&status($msg);
+	&status("X1 $msg");
 	my $sleep = $3 + 10;
 
 	&status("going to sleep for $sleep...");
-- 
2.39.5