diff options
Diffstat (limited to 'src/modules/m_restrictmsg.cpp')
-rw-r--r-- | src/modules/m_restrictmsg.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index e04366b59..0f4379030 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -11,15 +11,11 @@ * --------------------------------------------------- */ -#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. */ |