diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-08 20:08:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-08 20:08:02 +0000 |
commit | a318eee150eb0e1a862d362a5e9011431f0595d6 (patch) | |
tree | af914e3ccdba10a37fd6ef46d645d55ee138ef57 /include/helperfuncs.h | |
parent | d54f233a5ea7d6fae389f0b2ef8bfc8b80f472e4 (diff) |
WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::WriteCommonExcept()
WriteCommon_NoFormat() and WriteCommonExcept_NoFormat() -> std::string variants
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4800 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 64b668769..d35f0ae6e 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -48,12 +48,7 @@ void do_log(int level, const char *text, ...); void readfile(file_cache &F, const char* fname); -void WriteCommon(userrec *u, char* text, ...); -void WriteCommonExcept(userrec *u, char* text, ...); void WriteOpers(const char* text, ...); - -void WriteCommon_NoFormat(userrec *u, const char* text); -void WriteCommonExcept_NoFormat(userrec *u, const char* text); void WriteOpers_NoFormat(const char* text); std::string GetServerDescription(const char* servername); |