diff options
author | Robby- <robbyke@gmail.com> | 2012-05-30 03:46:41 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-05-30 03:46:41 +0200 |
commit | 804c02174fd61143f6da5580dd0e28bd9f1bb8a8 (patch) | |
tree | 6ea8d5744cfa3fb146ee1927474ec7e57648e3e5 /src/modules/m_globops.cpp | |
parent | 7ca4e7f0450b376902b4987190e06c2a719a89c4 (diff) |
Module description updates
Diffstat (limited to 'src/modules/m_globops.cpp')
-rw-r--r-- | src/modules/m_globops.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index 2ef6d61d8..db55858d6 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -19,11 +19,11 @@ */ -// Globops and +g support module by C.J.Edwards +// Globops and snomask +g module by C.J.Edwards #include "inspircd.h" -/* $ModDesc: Provides support for GLOBOPS and user mode +g */ +/* $ModDesc: Provides support for GLOBOPS and snomask +g */ /** Handle /GLOBOPS */ @@ -63,7 +63,7 @@ class ModuleGlobops : public Module virtual Version GetVersion() { - return Version("Provides support for GLOBOPS and user mode +g", VF_VENDOR); + return Version("Provides support for GLOBOPS and snomask +g", VF_VENDOR); } }; |