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:
+1
-5
@@ -160,10 +160,6 @@ public:
|
||||
virtual ~CWatcherMod() {
|
||||
}
|
||||
|
||||
virtual CString GetDescription() {
|
||||
return "Copy activity from a specific user into a separate window.";
|
||||
}
|
||||
|
||||
virtual void OnRawMode(const CNick& OpNick, CChan& Channel, const CString& sModes, const CString& sArgs) {
|
||||
Process(OpNick, "* " + OpNick.GetNick() + " sets mode: " + sModes + " " + sArgs + " on " + Channel.GetName(), Channel.GetName());
|
||||
}
|
||||
@@ -506,4 +502,4 @@ private:
|
||||
CBuffer m_Buffer;
|
||||
};
|
||||
|
||||
MODULEDEFS(CWatcherMod)
|
||||
MODULEDEFS(CWatcherMod, "Copy activity from a specific user into a separate window")
|
||||
|
||||
Reference in New Issue
Block a user