diff options
| author | 2015-12-06 11:00:12 +0100 | |
|---|---|---|
| committer | 2015-12-06 11:00:12 +0100 | |
| commit | e4b17fd39b476fefec73d0956e6f40bd7ec254fc (patch) | |
| tree | 7cd75186208c5c8b897a88543bdcb379539e833e /src/modules/m_starttls.cpp | |
| parent | m_sasl Enforce usage of uuids in server-to-server SASL command (diff) | |
| parent | Add m_ircv3_chghost which implements the IRCv3.2 chghost extension (diff) | |
| download | inspircd++-e4b17fd39b476fefec73d0956e6f40bd7ec254fc.tar.gz inspircd++-e4b17fd39b476fefec73d0956e6f40bd7ec254fc.tar.bz2 inspircd++-e4b17fd39b476fefec73d0956e6f40bd7ec254fc.zip | |
Merge branch 'master+cap'
Diffstat (limited to 'src/modules/m_starttls.cpp')
| -rw-r--r-- | src/modules/m_starttls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_starttls.cpp b/src/modules/m_starttls.cpp index b05302fa9..a47480728 100644 --- a/src/modules/m_starttls.cpp +++ b/src/modules/m_starttls.cpp @@ -80,7 +80,7 @@ class CommandStartTLS : public SplitCommand class ModuleStartTLS : public Module { CommandStartTLS starttls; - GenericCap tls; + Cap::Capability tls; dynamic_reference_nocheck<IOHookProvider> ssl; public: |
