diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_chgname.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_realnameban.cpp (renamed from src/modules/m_gecosban.cpp) | 2 | ||||
| -rw-r--r-- | src/modules/m_setname.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_chgname.cpp b/src/modules/m_chgname.cpp index 9568abc4c..2e8db5d4b 100644 --- a/src/modules/m_chgname.cpp +++ b/src/modules/m_chgname.cpp @@ -83,7 +83,7 @@ class ModuleChgName : public Module public: ModuleChgName() - : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /CHGNAME command which allows server operators to change the real name (gecos) of a user.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /CHGNAME command which allows server operators to change the real name of a user.") , cmd(this) { } diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_realnameban.cpp index edcad7b9c..581c8aa7e 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_realnameban.cpp @@ -75,7 +75,7 @@ class ModuleGecosBan public: ModuleGecosBan() - : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the r: extended ban which checks whether users have a real name (gecos) matching the specified glob pattern.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the r: extended ban which checks whether users have a real name matching the specified glob pattern.") , maskextban(this) , realextban(this) { diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index a55c0bfeb..37f17be8c 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -74,7 +74,7 @@ class ModuleSetName : public Module public: ModuleSetName() - : Module(VF_VENDOR, "Adds the /SETNAME command which allows users to change their real name (gecos).") + : Module(VF_VENDOR, "Adds the /SETNAME command which allows users to change their real name.") , cmd(this) , setnameevprov(this, "SETNAME") { |
