summaryrefslogtreecommitdiff
path: root/src/modules/m_setidle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setidle.cpp')
-rw-r--r--src/modules/m_setidle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp
index 531aaf875..26d7935b9 100644
--- a/src/modules/m_setidle.cpp
+++ b/src/modules/m_setidle.cpp
@@ -76,7 +76,7 @@ class ModuleSetIdle : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides the SETIDLE command, allows opers to set their idle time", VF_VENDOR);
+ return Version("Adds the /SETIDLE command which allows server operators to change their idle time.", VF_VENDOR);
}
};