mirror of
https://github.com/anope/anope.git
synced 2026-07-07 22:43:12 +02:00
Remove redundant uses of const.
This commit is contained in:
@@ -210,7 +210,7 @@ class MChanstats final
|
||||
return smileys;
|
||||
}
|
||||
|
||||
const Anope::string GetDisplay(User *u)
|
||||
Anope::string GetDisplay(User *u)
|
||||
{
|
||||
if (u && u->Account() && ns_stats.HasExt(u->Account()))
|
||||
return u->Account()->display;
|
||||
|
||||
Reference in New Issue
Block a user