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:
+1
-1
@@ -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(); )
|
||||
|
||||
Reference in New Issue
Block a user