summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-02-05 13:23:50 +0000
committerSadie Powell <sadie@witchery.services>2025-02-05 13:45:15 +0000
commit115c9eb5a0c5f604ef35cbb906f3603f26e5279c (patch)
tree544cfbb8f904c37f7f7812ca527f35387ae7b09f /include
parentee18083bb780fc3dd9ff8af221d970e4cd61a619 (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/modules/sasl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules/sasl.h b/include/modules/sasl.h
index 0f5cdf9b3..e5786b524 100644
--- a/include/modules/sasl.h
+++ b/include/modules/sasl.h
@@ -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;