X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_watch.cpp;h=94292e4bee930135a61c2454ac465b378ad800f6;hb=c3aa3125dd016c7952d9f9d4279ed7a5b3f542ec;hp=57ca18a8fc22e84e9029cf4719684ed9caf414fe;hpb=f71e6bf9cb41811f18864f5d4eecb26e29d03f25;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 57ca18a8f..94292e4be 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -119,7 +119,7 @@ class CommandSVSWatch : public Command if (IS_LOCAL(u)) { - ServerInstance->Parser->CallHandler("WATCH", parameters, u); + ServerInstance->Parser.CallHandler("WATCH", parameters, u); } return CMD_SUCCESS;