diff options
| author | 2022-01-18 00:19:44 +0000 | |
|---|---|---|
| committer | 2022-01-18 02:39:31 +0000 | |
| commit | 4856a8f9672448397aa67d3893cd1d2e1224c1bf (patch) | |
| tree | 6503b9e7a25a0456a86b62f0ccdf4ef710fbbadb /src/modules/m_gateway.cpp | |
| parent | Revert "Allow setting extension data on connect classes". (diff) | |
Add constructors to the TokenList class.
Diffstat (limited to 'src/modules/m_gateway.cpp')
| -rw-r--r-- | src/modules/m_gateway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_gateway.cpp b/src/modules/m_gateway.cpp index 9868cc834..9b83d5b39 100644 --- a/src/modules/m_gateway.cpp +++ b/src/modules/m_gateway.cpp @@ -90,8 +90,8 @@ class WebIRCHost final , fingerprint(fp) , password(pass) , passhash(hash) + , trustedflags(flags) { - trustedflags.AddList(flags); } bool IsFlagTrusted(const std::string& flag) const |
