summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-10 18:04:19 +0000
committerGravatar brain2006-08-10 18:04:19 +0000
commitfd2eb26472bcc0b7b144f40523ff820cba82f574 (patch)
tree367926c5a429de9eca5db303c8d12d146fa8c6c8 /src/inspsocket.cpp
parentPublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... (diff)
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
Change message.h to just a #warning saying its deprecated, and remove all use of it from the core :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4847 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 187a5265d..184eec0f3 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -25,7 +25,6 @@
#include "inspstring.h"
#include "helperfuncs.h"
#include "socketengine.h"
-#include "message.h"
#include "inspircd.h"
using irc::sockets::BindSocket;