summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-21 19:11:07 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-21 19:11:07 +0000
commit326a73ff7bd43564cd850c9db2ca9ccde53a5292 (patch)
tree467996203f249dda841bb18bc300a6a9b20438a7 /src/helperfuncs.cpp
parent94b20ad3b9d391d994bb6097b6f4ed5fc6b7711b (diff)
Fixed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3275 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 6e90c023c..6b7178e22 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -1013,7 +1013,7 @@ void strlower(char *n)
/* Find a user record by nickname and return a pointer to it */
-userrec* Find(std::string &nick)
+userrec* Find(std::string nick)
{
user_hash::iterator iter = clientlist.find(nick);