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:
prozacx
2005-05-26 20:42:13 +00:00
parent 1c90fd9beb
commit c52542e469
12 changed files with 53 additions and 59 deletions
+4 -6
View File
@@ -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")