From 4b7c157f63daae9c59170c8947c1caea48384cf3 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Dec 2005 17:16:22 +0000 Subject: Added notice-to-servermask Added ability to output 'is an oper but i dont know what type' in WHOIS git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2152 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index ec5f7b26c..1c95eb9e5 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -108,6 +108,8 @@ bool LoadModule(const char* filename); bool UnloadModule(const char* filename); char* ModuleError(); void NoticeAll(userrec *source, bool local_only, char* text, ...); +void ServerNoticeAll(char* text, ...); +void ServerPrivmsgAll(char* text, ...); void NoticeAllOpers(userrec *source, bool local_only, char* text, ...); // optimization tricks to save us walking the user hash -- cgit v1.2.3