mirror of
https://github.com/znc/znc.git
synced 2026-08-09 02:12:56 +02:00
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:
+4
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user