summaryrefslogtreecommitdiff
path: root/src/modules/m_tline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_tline.cpp')
-rw-r--r--src/modules/m_tline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp
index 692472e11..f8c0842b7 100644
--- a/src/modules/m_tline.cpp
+++ b/src/modules/m_tline.cpp
@@ -79,7 +79,7 @@ class ModuleTLine : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides /tline command used to test who a mask matches", VF_VENDOR);
+ return Version("Provides the TLINE command, used to test how many users a mask matches against", VF_VENDOR);
}
};