From 804c02174fd61143f6da5580dd0e28bd9f1bb8a8 Mon Sep 17 00:00:00 2001 From: Robby- Date: Wed, 30 May 2012 03:46:41 +0200 Subject: Module description updates --- src/modules/m_globops.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_globops.cpp') 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); } }; -- cgit v1.2.3