X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fusers.h;h=fa8f610bc915c9c4b57af2f56573bf6e13bbbc0d;hb=e0e1becc2f9129203966e69b2919582c11ab86f7;hp=6f319018fd135a3e16cdf3dfe9831b1f52bff461;hpb=662dfa6c181a8c1d97a0c65499679e0eb1b399e2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index 6f319018f..fa8f610bc 100644 --- a/include/users.h +++ b/include/users.h @@ -548,13 +548,6 @@ class CoreExport User : public Extensible */ void WriteCommon(const char* text, ...) CUSTOM_PRINTF(2, 3); - /** Write a quit message to all common users, as in User::WriteCommonExcept but with a specific - * quit message for opers only. - * @param normal_text Normal user quit message - * @param oper_text Oper only quit message - */ - void WriteCommonQuit(const std::string &normal_text, const std::string &oper_text); - /** Execute a function once for each local neighbor of this user. By default, the neighbors of a user are the users * who have at least one common channel with the user. Modules are allowed to alter the set of neighbors freely. * This function is used for example to send something conditionally to neighbors, or to send different messages