]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/helperfuncs.h
Added example conf
[user/henk/code/inspircd.git] / include / helperfuncs.h
index 73e791c9dac714f2c2f69dffeabfe12c87bc35d9..c5939f8ba2d889fc59a02a0f522ee43b77f35217 100644 (file)
@@ -60,7 +60,8 @@ 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(std::string nick);
+userrec* Find(const char* nick);
 chanrec* FindChan(const char* chan);
 long GetMaxBans(char* name);
 void purge_empty_chans(userrec* u);