summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Vassdal <shutter@canternet.org>2013-05-12 10:54:07 -0700
committerattilamolnar <attilamolnar@hush.com>2013-05-16 21:34:45 +0200
commit6153822a2de1867b7b90b95e8ed9bc1a8c792c84 (patch)
tree4ed80311ecdd5f530997ed0443d318a0ecfdee52 /include
parent842245a8d4b59fe2ad9f7709ef5f56d6c48a4c7c (diff)
Added a function to replace all the ugly sprintf-ing everywhere
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index c37658515..04327992c 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -541,6 +541,14 @@ class CoreExport InspIRCd
/** Causes the server to exit immediately with exit code 0.
* The status code is required for signal handlers, and ignored.
*/
+
+ /** Printf-wrapper.
+ * @param How you want it formatted
+ * @param ...
+ * @return The formatted string
+ */
+ static const char* Format(const char* formatString, ...);
+
static void QuickExit(int status);
/** Return a count of channels on the network