mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix repeat compatibility with v3.
Co-authored-by: iwalkalone <iwalkalone@chathispano.com> Closes #2145.
This commit is contained in:
parent
477eeaeaea
commit
e9124ec7bd
@ -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);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user