mirror of
https://github.com/anope/anope.git
synced 2026-06-26 04:46:38 +02:00
Remove some now unused code.
This commit is contained in:
@@ -276,8 +276,6 @@ void User::SetRealname(const Anope::string &srealname)
|
||||
throw CoreException("realname empty in SetRealname");
|
||||
|
||||
this->realname = srealname;
|
||||
NickAlias *na = NickAlias::Find(this->nick);
|
||||
|
||||
Log(this, "realname") << "changed realname to " << srealname;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user