summaryrefslogtreecommitdiff
path: root/src/modules/u_listmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/u_listmode.h')
-rw-r--r--src/modules/u_listmode.h4
1 files changed, 2 insertions, 2 deletions
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.