mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01: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:
@@ -38,10 +38,6 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual CString GetDescription() {
|
||||
return "To be used as a sample for writing modules.";
|
||||
}
|
||||
|
||||
virtual void OnIRCConnected() {
|
||||
PutModule("You got connected BoyOh.");
|
||||
}
|
||||
@@ -200,5 +196,5 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
MODULEDEFS(CSampleMod)
|
||||
MODULEDEFS(CSampleMod, "To be used as a sample for writing modules")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user