summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index 53a3d233b..796b2b386 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -45,6 +45,8 @@ 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, ...);
+void ServerPrivmsgAll(char* text, ...);
void WriteWallOps(userrec *source, bool local_only, char* text, ...);
void strlower(char *n);
userrec* Find(std::string nick);