From 21deb54715b6937ac9d4de5e2c4c46fb1b38aa3a Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 20:30:41 +0000 Subject: WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs in userrec) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4802 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/helperfuncs.h') 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); -- cgit v1.2.3