Skip to content

Commit

Permalink
And correct it
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5344 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Sep 27, 2006
1 parent 29a6302 commit b401748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ bool chanrec::IsBanned(userrec* user)
{
char mask[MAXBUF];
int MOD_RESULT = 0;
FOREACH_RESULT_I(Instance,I_OnCheckBan,OnCheckBan(user, Ptr));
FOREACH_RESULT(I_OnCheckBan,OnCheckBan(user, this));
if (!MOD_RESULT)
{
snprintf(mask, MAXBUF, "%s!%s@%s", user->nick, user->ident, user->GetIPString());
Expand Down

0 comments on commit b401748

Please sign in to comment.