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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user