]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
m_spanningtree Explicitly specify the routing for RESYNC as the one inherited from...
[user/henk/code/inspircd.git] / include / users.h
index ed1abd37f4fdb071f436bcf0acd98e1caacad14a..0f8154bef5b349d94793d2d54624d9d5b01fda11 100644 (file)
@@ -541,12 +541,6 @@ class CoreExport User : public Extensible
         */
        void WriteCommon(const char* text, ...) CUSTOM_PRINTF(2, 3);
 
-       /** Write to all users that can see this user (not including this user in the list), appending CR/LF
-        * @param text The format string for text to send to the users
-        * @param ... POD-type format arguments
-        */
-       void WriteCommonExcept(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