]> 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 ae83dbf2782ce0cc79137a187850a6e8eefbacdd..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);
@@ -88,5 +88,6 @@ int InsertMode(std::string &output, const char* modes, unsigned short section);
 bool IsValidChannelName(const char *);
 
 int charlcat(char* x,char y,int z);
+bool charremove(char* mp, char remove);
 
 #endif