X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fmessage.h;h=9cda4a994a62221910cd8b114e9d3dcd40279575;hp=c99b96db752754a02975f3dc7ec396bdafbeef79;hb=4430e7762844c66428b6f822288beb71b7f82b95;hpb=ee580d19b7920904587e18d72a3465d52eab6204 diff --git a/include/message.h b/include/message.h index c99b96d..9cda4a9 100644 --- a/include/message.h +++ b/include/message.h @@ -54,6 +54,7 @@ private: // checks vector of boards for any special administration boards - if it finds one true is returned, otherwise false const bool CheckForAdministrationBoard(const std::vector &boards); void HandleChangeTrust(); + void StripAdministrationBoards(); // removes administration boards from boards vector long m_messageid; bool m_addnewpostfromidentities;