mirror of
https://github.com/znc/znc.git
synced 2026-08-05 00:13:22 +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
@@ -15,6 +15,9 @@
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.8 2005/05/26 20:42:13 prozacx
|
||||
* Moved GetDescription() into second argument of MODULEDEFS()
|
||||
*
|
||||
* Revision 1.7 2005/05/08 06:42:02 prozacx
|
||||
* Moved CUtils::ToString() into CString class
|
||||
*
|
||||
@@ -108,11 +111,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
virtual CString GetDescription()
|
||||
{
|
||||
return ( "Monitors Email activity on local disk /var/mail/user" );
|
||||
}
|
||||
|
||||
virtual void OnModCommand( const CString& sCommand );
|
||||
void StartParser();
|
||||
|
||||
@@ -287,5 +285,5 @@ void CEmailJob::RunJob()
|
||||
CEmail *p = (CEmail *)m_pModule;
|
||||
p->StartParser();
|
||||
}
|
||||
MODULEDEFS(CEmail)
|
||||
MODULEDEFS(CEmail, "Monitors Email activity on local disk /var/mail/user")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user