diff options
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index d35f0ae6e..e094b1a0e 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -56,7 +56,6 @@ 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(const std::string &nick); userrec* Find(const char* nick); |