From 029513973c396700d13f20b81d32ef345f1bdc2e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 2 Jul 2023 15:57:31 +0100 Subject: Make the globops module optcommon, remove the GLOBOPS capab key. --- src/modules/m_globops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_globops.cpp') diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index 2a07336e0..5e8f39999 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -61,7 +61,7 @@ private: public: ModuleGlobops() - : Module(VF_VENDOR, "Adds the /GLOBOPS command which allows server operators to send messages to all server operators with the g (globops) snomask.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /GLOBOPS command which allows server operators to send messages to all server operators with the g (globops) snomask.") , cmd(this) { } -- cgit v1.3.1-10-gc9f91