From 163c429ec569cd1a506debb37fbd211332e930ff Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 21 Feb 2006 19:03:13 +0000 Subject: Added second form of find() taking const char*, which is faster in the core where char* is used more often git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3273 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/helperfuncs.h') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 73e791c9d..15a11e531 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -61,6 +61,7 @@ void ServerPrivmsgAll(char* text, ...); void WriteWallOps(userrec *source, bool local_only, char* text, ...); void strlower(char *n); userrec* Find(std::string &nick); +userrec* Find(const char* nick); chanrec* FindChan(const char* chan); long GetMaxBans(char* name); void purge_empty_chans(userrec* u); -- cgit v1.2.3