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