mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Migrate dcc bouncing to its own module
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "../znc.h"
|
||||
#include "../Server.h"
|
||||
#include "../ZNCString.h"
|
||||
#include "../DCCBounce.h"
|
||||
#include "../DCCSock.h"
|
||||
#include "../FileUtils.h"
|
||||
#include "../ZNCDebug.h"
|
||||
@@ -83,7 +82,6 @@ namespace std {
|
||||
%include "../Csocket.h"
|
||||
%template(ZNCSocketManager) TSocketManager<CZNCSock>;
|
||||
%include "../Socket.h"
|
||||
%include "../DCCBounce.h"
|
||||
%include "../DCCSock.h"
|
||||
%include "../FileUtils.h"
|
||||
%include "../Modules.h"
|
||||
|
||||
Reference in New Issue
Block a user