From 48637fb5f5f91c8dc3f072f0161879e67e81a302 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Feb 2006 12:35:25 +0000 Subject: Missing include git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3335 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_operwho.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/modules/m_operwho.cpp b/src/modules/m_operwho.cpp index 15ff74c6d..5fbd87a28 100644 --- a/src/modules/m_operwho.cpp +++ b/src/modules/m_operwho.cpp @@ -16,11 +16,6 @@ using namespace std; -/* - * DEVOICE module for InspIRCd - * Syntax: /DEVOICE <#chan> - */ - /* $ModDesc: Provides an extended version of /WHO for opers */ #include "inspircd_config.h" @@ -41,6 +36,7 @@ using namespace std; #include "globals.h" #include "modules.h" #include "helperfuncs.h" +#include "message.h" #include "hashcomp.h" #include "typedefs.h" @@ -97,7 +93,6 @@ class ModuleOperWho : public Module { if ((user->chans.size()) && (user->chans[0].channel)) { - int n_list = 0; for (user_hash::const_iterator i = clientlist.begin(); i != clientlist.end(); i++) { Ptr = i->second->chans[0].channel; -- cgit v1.2.3