diff options
| author | 2022-03-27 15:30:41 +0100 | |
|---|---|---|
| committer | 2022-03-27 15:30:41 +0100 | |
| commit | f06ea52d0ab08db213b2c2fd81a4dee95910af16 (patch) | |
| tree | 1d91cc063670e5458ac4124ce1705db74734102b /src/modules/m_check.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| parent | Add support for matching against geolocation data with WHO. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index ea5ebe16e..dd2353186 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -263,7 +263,7 @@ public: * Unlike Asuka, I define a clone as coming from the same host. --w00t */ const UserManager::CloneCounts& clonecount = ServerInstance->Users.GetCloneCounts(u); - context.Write("member", InspIRCd::Format("%u %s%s (%s)", clonecount.global, + context.Write("member", InspIRCd::Format("%u %s%s (%s\x0F)", clonecount.global, memb->GetAllPrefixChars().c_str(), u->GetFullHost().c_str(), u->GetRealName().c_str())); } |
