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

Merge the SASL data and ext parameters.

There might be more than this so its better to just store it in a
1+ parameter vector.
This commit is contained in:
Sadie Powell
2025-02-05 13:23:50 +00:00
parent ee18083bb7
commit 115c9eb5a0
6 changed files with 29 additions and 36 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ namespace SASL
Anope::string source;
Anope::string target;
Anope::string type;
Anope::string data;
Anope::string ext;
std::vector<Anope::string> data;
};
class Mechanism;