summaryrefslogtreecommitdiff
path: root/src/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.cpp')
-rw-r--r--src/stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.cpp b/src/stats.cpp
index ef708251f..df41d26da 100644
--- a/src/stats.cpp
+++ b/src/stats.cpp
@@ -288,7 +288,7 @@ void InspIRCd::DoStats(char statschar, User* user, string_list &results)
if (mh && mh->NeedsOper() && tag->AllowedChanModes[c])
cmodes.push_back(c);
}
- results.push_back(sn+" 243 "+user->nick+" O"+tag->name + " " + umodes + " " + cmodes);
+ results.push_back(sn+" 243 "+user->nick+" O "+tag->NameStr() + " " + umodes + " " + cmodes);
}
}
break;