1
0
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:
Sadie Powell
2025-09-14 13:43:18 +01:00
parent 411b3ce65a
commit ff6d6bdb3c
-2
View File
@@ -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;
}