diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/helperfuncs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 98519ce94..8b0c06600 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -40,9 +40,6 @@ std::string GetServerDescription(char* servername); void WriteCommon(userrec *u, char* text, ...); void WriteCommonExcept(userrec *u, char* text, ...); void WriteOpers(char* text, ...); -void NoticeAllOpers(userrec *source, bool local_only, char* text, ...); -bool ChanAnyOnThisServer(chanrec *c,char* servername); -bool CommonOnThisServer(userrec* u,const char* servername); void WriteMode(const char* modes, int flags, const char* text, ...); void NoticeAll(userrec *source, bool local_only, char* text, ...); void ServerNoticeAll(char* text, ...); |