mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Removed the mis-use of the fake module concept in WebMods.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2011 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+2
-2
@@ -117,8 +117,8 @@ public:
|
||||
PAGE_DONE // all stuff has been done
|
||||
};
|
||||
|
||||
CWebSock(CModule* pModule);
|
||||
CWebSock(CModule* pModule, const CString& sHostname, unsigned short uPort, int iTimeout = 60);
|
||||
CWebSock();
|
||||
CWebSock(const CString& sHostname, unsigned short uPort, int iTimeout = 60);
|
||||
virtual ~CWebSock();
|
||||
|
||||
virtual bool ForceLogin();
|
||||
|
||||
Reference in New Issue
Block a user