]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Handle module reloading in core_reloadmodule entirely
[user/henk/code/inspircd.git] / include / inspircd.h
index b90c0c797d06f68fb07ec43e8198c4bafbde5bc2..d41d2919b5e70ccb8245ebfc303ee95a01c5ea05 100644 (file)
@@ -502,11 +502,6 @@ class CoreExport InspIRCd
        static const char* Format(const char* formatString, ...) CUSTOM_PRINTF(1, 2);
        static const char* Format(va_list &vaList, const char* formatString) CUSTOM_PRINTF(2, 0);
 
-       /** Send an error notice to all local users, opered and unopered
-        * @param s The error string to send
-        */
-       void SendError(const std::string &s);
-
        /** Return true if a nickname is valid
         * @param n A nickname to verify
         * @return True if the nick is valid