diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 16b42e50b..1aead5d5e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -998,6 +998,10 @@ class InspIRCd : public classbase */ void Log(int level, const std::string &text); + void SendWhoisLine(userrec* user, int numeric, const std::string &text); + + void SendWhoisLine(userrec* user, int numeric, const char* format, ...); + /** Begin execution of the server. * NOTE: this function NEVER returns. Internally, * after performing some initialisation routines, |