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

InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES

This commit is contained in:
Attila Molnar
2014-04-29 22:55:10 +02:00
parent 8021a53ac4
commit 0afd666f22
+2
View File
@@ -702,6 +702,8 @@ struct IRCDMessageCapab : Message::Capab
ModeManager::RebuildStatusModes();
}
else if (capab == "GLOBOPS=1")
Servers::Capab.insert("GLOBOPS");
}
}
else if (params[0].equals_cs("END"))