Removed const from args in a bunch of hooks

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@538 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-09-26 23:09:05 +00:00
parent 49d71a9b55
commit 6d27d1c021
10 changed files with 53 additions and 47 deletions
+4 -1
View File
@@ -18,6 +18,9 @@
*
*
* $Log$
* Revision 1.19 2005/09/26 23:09:05 prozacx
* Removed const from args in a bunch of hooks
*
* Revision 1.18 2005/09/26 08:23:30 prozacx
* Removed const from CNick in priv/chan hooks
*
@@ -374,7 +377,7 @@ public:
return( CONTINUE );
}
virtual EModRet OnUserMsg(const CString& sTarget, CString& sMessage)
virtual EModRet OnUserMsg(CString& sTarget, CString& sMessage)
{
Ping();
if( m_bIsAway )