]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_tline.cpp
We were already sending FMODE +nt after each channel creation to keep services happy...
[user/henk/code/inspircd.git] / src / modules / m_tline.cpp
index b5017ea2dfef90403ab8ae8edd1a25beecaa4717..37437b5fd810d20c7a15305bf4db3b80474a759c 100644 (file)
  * ---------------------------------------------------
  */
 
-#include <stdio.h>
+#include "inspircd.h"
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
 #include "wildcard.h"
-#include "inspircd.h"
-#include "dns.h"
 
 /* $ModDesc: Provides /tline command used to test who a mask matches */