diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 2ea805745..bd60726c0 100644 --- a/include/users.h +++ b/include/users.h @@ -602,6 +602,14 @@ class userrec : public connection */ void WriteTo(userrec *dest, const char *data, ...); + void WriteCommon(const std::string &text); + + void WriteCommon(char* text, ...); + + void WriteCommonExcept(char* text, ...); + + void WriteCommonExcept(const std::string &text); + /** Default destructor */ virtual ~userrec(); |