From 198cc96a62319c569cbfa97f1d3e58b96c8fe850 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 22:16:30 +0000 Subject: And whoops, typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8534 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/u_listmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/u_listmode.h b/include/u_listmode.h index 5fa20fccd..379bcc342 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -241,7 +241,7 @@ class ListModeBase : public ModeHandler virtual void DoImplements(Module* m) { Implementation eventlist[] = { I_OnChannelDelete, I_OnSyncChannel, I_OnCleanup, I_OnRehash }; - ServerInstance->Modules->Attach(eventlist, this, 4); + ServerInstance->Modules->Attach(eventlist, m, 4); } /** Handle the list mode. -- cgit v1.2.3