1
0
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:
Sadie Powell
2024-02-27 10:34:27 +00:00
parent 7640fad30c
commit 73d4ac6de0
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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;