1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 06:43:12 +02:00

Move NormalizeBuffer to textproc and rename more descriptively.

This commit is contained in:
Sadie Powell
2025-08-02 17:04:03 +01:00
parent 2dbd41d244
commit e6e812c43c
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ int Anope::VersionMajor() { return VERSION_MAJOR; }
int Anope::VersionMinor() { return VERSION_MINOR; }
int Anope::VersionPatch() { return VERSION_PATCH; }
Anope::string Anope::NormalizeBuffer(const Anope::string &buf)
Anope::string Anope::RemoveFormatting(const Anope::string &buf)
{
Anope::string newbuf;
for (size_t idx = 0; idx < buf.length(); )