]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-write.c
First check if channel has mode "N", then check membership
[ngircd-alex.git] / src / ngircd / irc-write.c
index c6a3dce23c00b42a7363a0857c162502e4247dd3..8d09f9bcf8eb271672d32de78199fd18e41e26a3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,9 +23,7 @@
 #      include <varargs.h>
 #endif
 #include <stdio.h>
-#include <string.h>
 
-#include "defines.h"
 #include "conn-func.h"
 #include "channel.h"