diff options
| author | 2025-01-09 15:28:29 +0000 | |
|---|---|---|
| committer | 2025-01-09 15:28:29 +0000 | |
| commit | e9124ec7bd5c9726db75be260938a2071f1fda8e (patch) | |
| tree | b712b0b3511342fb21792d7d18a45daf55667689 /src/modules/m_repeat.cpp | |
| parent | Show the WebSocket origin and the proxy address to opers in whois. (diff) | |
Fix repeat compatibility with v3.
Co-authored-by: iwalkalone <iwalkalone@chathispano.com>
Closes #2145.
Diffstat (limited to 'src/modules/m_repeat.cpp')
| -rw-r--r-- | src/modules/m_repeat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_repeat.cpp b/src/modules/m_repeat.cpp index 78b9dd2f3..b501369f2 100644 --- a/src/modules/m_repeat.cpp +++ b/src/modules/m_repeat.cpp @@ -526,7 +526,7 @@ public: data["max-diff"] = ConvToStr(rm.ms.MaxDiff); data["max-backlog"] = ConvToStr(rm.ms.MaxBacklog); - compatdata = INSP_FORMAT("{}:{}:{}:{}{}", rm.ms.Extended ? "extended:" : "", + compatdata = INSP_FORMAT("{}{}:{}:{}:{}", rm.ms.Extended ? "extended:" : "", rm.ms.MaxLines, rm.ms.MaxSecs, rm.ms.MaxDiff, rm.ms.MaxBacklog); } }; |
