From b3b7401f13f9d4c4ccaecec471821c14f7f72451 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Tue, 8 Mar 2016 04:40:46 -0600 Subject: [PATCH] Remove another silly outdated comment [ci skip] --- modules/core/m_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_server.c b/modules/core/m_server.c index 91e71990..50cb8651 100644 --- a/modules/core/m_server.c +++ b/modules/core/m_server.c @@ -24,7 +24,7 @@ #include "stdinc.h" #include "client.h" /* client struct */ -#include "common.h" /* TRUE bleah */ +#include "common.h" #include "hash.h" /* add_to_client_hash */ #include "match.h" #include "ircd.h" /* me */