diff options
Diffstat (limited to 'modules/chanstats.cpp')
-rw-r--r-- | modules/chanstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanstats.cpp b/modules/chanstats.cpp index 06e457f21..b2887dfd5 100644 --- a/modules/chanstats.cpp +++ b/modules/chanstats.cpp @@ -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; |