mirror of
https://github.com/znc/znc.git
synced 2026-06-28 22:11:14 +02:00
Moved GetDescription() into second argument of MODULEDEFS()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@366 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+4
-6
@@ -18,6 +18,9 @@ using std::pair;
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.15 2005/05/26 20:42:13 prozacx
|
||||
* Moved GetDescription() into second argument of MODULEDEFS()
|
||||
*
|
||||
* Revision 1.14 2005/05/18 03:22:52 imaginos
|
||||
* bring Csocket up to date, includes new needed function GetSockByFD()
|
||||
*
|
||||
@@ -215,11 +218,6 @@ public:
|
||||
m_pManager->DelSock( a-- );
|
||||
}
|
||||
}
|
||||
|
||||
virtual CString GetDescription()
|
||||
{
|
||||
return ( "Secure cross platform (:P) chat system" );
|
||||
}
|
||||
|
||||
virtual EModRet OnUserRaw( CString & sLine )
|
||||
{
|
||||
@@ -569,5 +567,5 @@ void CRemMarkerJob::RunJob()
|
||||
|
||||
// store buffer
|
||||
}
|
||||
MODULEDEFS(CSChat)
|
||||
MODULEDEFS(CSChat, "Secure cross platform (:P) chat system")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user