summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index c8acf4240..4a013fbc6 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -525,17 +525,6 @@ class CoreExport InspIRCd : public classbase
*/
std::string GetServerDescription(const char* servername);
- /** Write text to all opers connected to this server
- * @param text The text format string
- * @param ... Format args
- */
- void WriteOpers(const char* text, ...);
-
- /** Write text to all opers connected to this server
- * @param text The text to send
- */
- void WriteOpers(const std::string &text);
-
/** Find a user in the nick hash.
* If the user cant be found in the nick hash check the uuid hash
* @param nick The nickname to find