From 3f0576ff9581569764297bf977aa47b8f0d857c9 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 15 Dec 2005 17:59:10 +0000 Subject: Optimized helperfuncs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2482 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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, ...); -- cgit v1.2.3