diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/helperfuncs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |