From 0b1389773263eb8a903cb17fb71a4bd201974358 Mon Sep 17 00:00:00 2001 From: imaginos Date: Sun, 23 Jul 2006 04:02:53 +0000 Subject: [PATCH] leave default behavior of not forcing git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@743 726aef4b-f618-498e-8847-2d620e286838 --- modules/away.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/away.cpp b/modules/away.cpp index 5203f3c1..d2bc11f1 100644 --- a/modules/away.cpp +++ b/modules/away.cpp @@ -18,6 +18,9 @@ * * * $Log$ + * Revision 1.24 2006/07/23 04:02:53 imaginos + * leave default behavior of not forcing + * * Revision 1.23 2006/07/23 04:01:44 imaginos * add back functionality to give an away reason * @@ -223,7 +226,7 @@ public: } else sReason = sCommand.Token( 2, true ); - Away( true, sReason ); + Away( false, sReason ); } else if ( sCmdName == "back" ) {