mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03: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:
@@ -20,11 +20,6 @@ public:
|
||||
|
||||
virtual bool OnLoad(const CString& sArgs);
|
||||
|
||||
virtual CString GetDescription()
|
||||
{
|
||||
return ( "configless sticky chans, keeps you there very stickily even" );
|
||||
}
|
||||
|
||||
virtual void OnModCommand( const CString& sCommand )
|
||||
{
|
||||
CString sCmdName = sCommand.Token(0);
|
||||
@@ -80,4 +75,4 @@ bool CStickyChan::OnLoad(const CString& sArgs)
|
||||
return( true );
|
||||
}
|
||||
|
||||
MODULEDEFS(CStickyChan)
|
||||
MODULEDEFS(CStickyChan, "configless sticky chans, keeps you there very stickily even")
|
||||
|
||||
Reference in New Issue
Block a user