From 97ab97c6fbb5776d3b920dd26745997f59388927 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 Jun 2008 19:26:58 +0000 Subject: IPC now works for receiving one-byte commands in the same manner as the mailslot. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9911 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_shun.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 0cf62dd35..5399f996c 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -1,11 +1,4 @@ -#include -#include -#include -#include #include "inspircd.h" -#include "modules.h" -#include "hashcomp.h" -#include "configreader.h" #include "xline.h" /* $ModDesc: Provides the /shun command, which stops a user executing all commands except PING and PONG. */ -- cgit v1.2.3