X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_check.cpp;h=25835297904c74973e60c59a3aca71387e2f2cdc;hb=e950f568d0f571e9475aa38177486468714de4d3;hp=044af04ea644707ca2fee00239c6a6116222f4d9;hpb=882084defcc43c876ecb10e30086b63ac074fcad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 044af04ea..258352979 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -220,7 +220,7 @@ class CommandCheck : public Command banlm->DoSyncChannel(targchan, creator, user); // Show other listmodes as well - FOREACH_MOD(I_OnSyncChannel,OnSyncChannel(targchan,creator,user)); + FOREACH_MOD(OnSyncChannel, (targchan,creator,user)); dumpExt(user, checkstr, targchan); } else