summaryrefslogtreecommitdiff
path: root/src/modules/m_conn_join.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_conn_join.cpp')
-rw-r--r--src/modules/m_conn_join.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp
index d32fc707b..ee4797716 100644
--- a/src/modules/m_conn_join.cpp
+++ b/src/modules/m_conn_join.cpp
@@ -90,7 +90,7 @@ class ModuleConnJoin : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Forces users to join the specified channel(s) on connect", VF_VENDOR);
+ return Version("Allows the server administrator to force users to join one or more channels on connect.", VF_VENDOR);
}
void OnPostConnect(User* user) CXX11_OVERRIDE