From 085a8bc6605d3d07bfe5137423c4a7a02978cd88 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 5 Oct 2009 23:27:46 +0000 Subject: Add OnBuildNeighborList hook, replaces all uses of OnHostCycle git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11802 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_silence.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_silence.cpp') diff --git a/src/modules/m_silence.cpp b/src/modules/m_silence.cpp index eae6bf35c..dd7a62726 100644 --- a/src/modules/m_silence.cpp +++ b/src/modules/m_silence.cpp @@ -277,8 +277,8 @@ class ModuleSilence : public Module ServerInstance->AddCommand(&cmdsilence); ServerInstance->AddCommand(&cmdsvssilence); - Implementation eventlist[] = { I_OnRehash, I_OnBuildExemptList, I_On005Numeric, I_OnUserPreNotice, I_OnUserPreMessage, I_OnUserPreInvite }; - ServerInstance->Modules->Attach(eventlist, this, 6); + Implementation eventlist[] = { I_OnRehash, I_On005Numeric, I_OnUserPreNotice, I_OnUserPreMessage, I_OnUserPreInvite }; + ServerInstance->Modules->Attach(eventlist, this, 5); } void OnRehash(User* user) -- cgit v1.2.3