1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 09:53:13 +02:00

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
This commit is contained in:
Adam-
2010-05-28 21:57:15 +00:00
parent a5ddbb0217
commit e4189822bc
3 changed files with 63 additions and 66 deletions
+1 -1
View File
@@ -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