1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 00:06:39 +02:00

Drop support for Bahamut as it has no non-DALnet users.

Closes #438.
This commit is contained in:
Sadie Powell
2025-05-03 18:41:59 +01:00
parent f953f7f006
commit f0b26c9b44
5 changed files with 1 additions and 573 deletions
+1 -16
View File
@@ -286,22 +286,7 @@ private:
data->mlocks.emplace_back("REGISTERED", set);
// Atheme also supports per-ircd values here (ew).
if (IRCD->owner->name == "bahamut")
{
if (locks & 0x1000u)
data->mlocks.emplace_back("BLOCKCOLOR", set);
if (locks & 0x2000u)
data->mlocks.emplace_back("REGMODERATED", set);
if (locks & 0x4000u)
data->mlocks.emplace_back("REGISTEREDONLY", set);
if (locks & 0x8000u)
data->mlocks.emplace_back("OPERONLY", set);
// Anope doesn't recognise the following Bahamut modes currently:
// - 0x10000u ('A')
// - 0x20000u ('P')
}
else if (IRCD->owner->name == "inspircd")
if (IRCD->owner->name == "inspircd")
{
if (locks & 0x1000u)
data->mlocks.emplace_back("BLOCKCOLOR", set);