diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
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 |