]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/helperfuncs.h
Removed unused check for valid channel name - if it's invalid, it won't exist in...
[user/henk/code/inspircd.git] / include / helperfuncs.h
index d9975503566dea3cad89fe43bfe56a5143f634c7..90c23f776e98e2652a05491bd1b69930cc5ee6be 100644 (file)
@@ -60,7 +60,7 @@ 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);
+userrec* Find(const std::string &nick);
 userrec* Find(const char* nick);
 chanrec* FindChan(const char* chan);
 long GetMaxBans(char* name);