From 5c05313b6e979968d25a57d04da320a0c1be1b6c Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 25 Oct 2009 15:31:33 +0000 Subject: Fixes from vtable cross-check git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11977 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/u_listmode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/u_listmode.h') diff --git a/src/modules/u_listmode.h b/src/modules/u_listmode.h index 0ca44547f..44c220dfb 100644 --- a/src/modules/u_listmode.h +++ b/src/modules/u_listmode.h @@ -209,8 +209,8 @@ class ListModeBase : public ModeHandler */ virtual void DoImplements(Module* m) { - Implementation eventlist[] = { I_OnChannelDelete, I_OnSyncChannel, I_OnRehash }; - ServerInstance->Modules->Attach(eventlist, m, 3); + Implementation eventlist[] = { I_OnSyncChannel, I_OnRehash }; + ServerInstance->Modules->Attach(eventlist, m, 2); } /** Handle the list mode. -- cgit v1.2.3