summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-05-25 20:21:59 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-05-25 20:21:59 +0000
commit1e2e80bf75ae7c7fd0737f64bc0248eada9e6fdc (patch)
tree26aad4e3bb4b5f2cb8544a7e28d9c567ecb60036 /include/users.h
parentdc3744a71ca2db4a938ef0ae41ec551f708ceb02 (diff)
Changed User::AutoID to always log in the user to the core, and to set usermode +r on users that should be. Fixes everyone being identified but not usermode +r on inspircd 1.2
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2985 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index ff7c74622..46ed14b13 100644
--- a/include/users.h
+++ b/include/users.h
@@ -159,7 +159,7 @@ class CoreExport User : public Extensible
/** Auto identify the user to the given accountname.
* @param account Display nick of account
*/
- void AutoID(const char *acc);
+ void AutoID(const std::string &account);
/** Login the user to a NickCore
* @param core The account the user is useing