diff options
| author | 2021-12-23 21:28:04 +0000 | |
|---|---|---|
| committer | 2021-12-23 21:34:53 +0000 | |
| commit | 6282e1f28716b4a9beae52779119cf75373e3ee4 (patch) | |
| tree | 5431efb60b50d1249af5980a8389d511d0c760f1 /src/modules/m_ircv3_batch.cpp | |
| parent | Fix an unintentionally inverted condition in the dnsbl module. (diff) | |
| download | inspircd++-6282e1f28716b4a9beae52779119cf75373e3ee4.tar.gz inspircd++-6282e1f28716b4a9beae52779119cf75373e3ee4.tar.bz2 inspircd++-6282e1f28716b4a9beae52779119cf75373e3ee4.zip | |
Promote ExtensionItem::ExtensibleType to a top level enum class.
Diffstat (limited to 'src/modules/m_ircv3_batch.cpp')
| -rw-r--r-- | src/modules/m_ircv3_batch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3_batch.cpp b/src/modules/m_ircv3_batch.cpp index 74ce55098..a43066e65 100644 --- a/src/modules/m_ircv3_batch.cpp +++ b/src/modules/m_ircv3_batch.cpp @@ -102,7 +102,7 @@ class IRCv3::Batch::ManagerImpl final : Manager(mod) , cap(mod, "batch") , protoevprov(mod, "BATCH") - , batchbits(mod, "batchbits", ExtensionItem::EXT_USER) + , batchbits(mod, "batchbits", ExtensionType::USER) { } |
