diff options
Diffstat (limited to 'src/modules/m_blockcaps.cpp')
-rw-r--r-- | src/modules/m_blockcaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |