mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
leave default behavior of not forcing
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@743 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user