1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 19:23: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
+2 -1
View File
@@ -176,9 +176,10 @@ class CoreExport User : public Extensible
virtual NickCore *Account() const;
/** Check if the user is identified for their nick
* @param CheckNick True to check if the user is identified to the nickname they are on too
* @return true or false
*/
virtual const bool IsIdentified() const;
virtual const bool IsIdentified(bool CheckNick = false) const;
/** Check if the user is recognized for their nick (on the nicks access list)
* @return true or false