From 4ab15e865571f78cd8ea22c47a1a3b7d3372a786 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 12 Oct 2009 20:23:26 +0000 Subject: Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcbarn] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11858 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_blockcaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_blockcaps.cpp') diff --git a/src/modules/m_blockcaps.cpp b/src/modules/m_blockcaps.cpp index e21e1da88..e24d9e53c 100644 --- a/src/modules/m_blockcaps.cpp +++ b/src/modules/m_blockcaps.cpp @@ -60,7 +60,7 @@ public: Channel* c = (Channel*)dest; ModResult res; - FIRST_MOD_RESULT(OnChannelRestrictionApply, res, (c->GetUser(user),c,"blockcaps")); + FIRST_MOD_RESULT(OnChannelRestrictionApply, res, (user,c,"blockcaps")); if (res == MOD_RES_ALLOW) return MOD_RES_PASSTHRU; -- cgit v1.2.3