summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 17:16:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 17:16:22 +0000
commit4b7c157f63daae9c59170c8947c1caea48384cf3 (patch)
treefe978781296218a361c84600ea846a3be6fc2c2a /include/inspircd.h
parent4ff0001c260adb74d5259de0f3b43334bdc7683b (diff)
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
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 2 insertions, 0 deletions
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