From e4189822bc811beeb6e5d738407d7e984eb07976 Mon Sep 17 00:00:00 2001 From: Adam- Date: Fri, 28 May 2010 21:57:15 +0000 Subject: Rewrote some of the user nick changing code, enable vhosts for users on nick change, and dont update last seen/last realname when users are identified to an account which doesn't own the nick they are using git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2990 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/mysql/db_mysql_execute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/mysql/db_mysql_execute.cpp b/src/modules/mysql/db_mysql_execute.cpp index 4ce4e4856..0c7c4de65 100644 --- a/src/modules/mysql/db_mysql_execute.cpp +++ b/src/modules/mysql/db_mysql_execute.cpp @@ -67,7 +67,7 @@ class FakeUser : public User void SendMessage(const std::string &, const std::string &) { } NickCore *Account() const { return nc; } - const bool IsIdentified() const { return nc ? true : false; } + const bool IsIdentified(bool) const { return nc ? true : false; } } SQLUser; class SQLTimer : public Timer -- cgit