summaryrefslogtreecommitdiff
path: root/include/u_listmode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 22:16:30 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 22:16:30 +0000
commit198cc96a62319c569cbfa97f1d3e58b96c8fe850 (patch)
treeebdf7a7705cc41281882e7c1c3f1fb1d7a8a32f5 /include/u_listmode.h
parent6fa2633311098d9775593186f5f5e1d339434cd2 (diff)
And whoops, typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8534 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/u_listmode.h')
-rw-r--r--include/u_listmode.h2
1 files changed, 1 insertions, 1 deletions
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.