mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
using in headers is evil :(
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
#include <znc/Chan.h>
|
||||
|
||||
using std::vector;
|
||||
|
||||
class CKickClientOnIRCDisconnect: public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CKickClientOnIRCDisconnect) {}
|
||||
|
||||
Reference in New Issue
Block a user