diff options
| author | 2023-07-02 15:57:31 +0100 | |
|---|---|---|
| committer | 2023-07-02 15:58:43 +0100 | |
| commit | 029513973c396700d13f20b81d32ef345f1bdc2e (patch) | |
| tree | 24911da3ec21d1448866af6f21b728933d792253 /src/modules/m_globops.cpp | |
| parent | Fix the class name of the cloak module. (diff) | |
Make the globops module optcommon, remove the GLOBOPS capab key.
Diffstat (limited to 'src/modules/m_globops.cpp')
| -rw-r--r-- | src/modules/m_globops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |
