]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictmsg.cpp
and a little tweak to remote MOTD too.
[user/henk/code/inspircd.git] / src / modules / m_restrictmsg.cpp
index e04366b59ae88b2481c52ba6742167db10e78c2d..0f4379030078ce4b8a54a0e5372d375e0b0a4d85 100644 (file)
  * ---------------------------------------------------
  */
 
-#include <stdio.h>
-#include <string>
-#include <vector>
+#include "inspircd.h"
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
 
-#include "inspircd.h"
-
 /* $ModDesc: Forbids users from messaging each other. Users may still message opers and opers may message other opers. */