aboutsummaryrefslogtreecommitdiffstats
path: root/src/extensible.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-16 14:31:53 +0000
committerGravatar Sadie Powell2022-01-16 15:05:00 +0000
commit5881e6f6a37f70f5775db093233147e72b148e4d (patch)
tree59ca4d7479eb1bf320ae7e1a8c06e2cd6c474f50 /src/extensible.cpp
parentSwitch isupport to use a module-local map instead of an extensible. (diff)
downloadinspircd++-5881e6f6a37f70f5775db093233147e72b148e4d.tar.gz
inspircd++-5881e6f6a37f70f5775db093233147e72b148e4d.tar.bz2
inspircd++-5881e6f6a37f70f5775db093233147e72b148e4d.zip
Revert "Allow setting extension data on connect classes".
This can't reasonably be implemented safely with the current way that extensibles work. This reverts commit b867007d201b1a3b130186c54e41481c0374a7f6.
Diffstat (limited to 'src/extensible.cpp')
-rw-r--r--src/extensible.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extensible.cpp b/src/extensible.cpp
index be800de80..641d62337 100644
--- a/src/extensible.cpp
+++ b/src/extensible.cpp
@@ -150,10 +150,6 @@ void ExtensionItem::Sync(const Extensible* container, void* item)
case ExtensionType::USER:
ServerInstance->PI->SendMetaData(static_cast<const User*>(container), name, networkstr);
break;
-
- case ExtensionType::CONNECT_CLASS:
- // We don't sync extensions for connect classes.
- break;
}
}