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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp
index 040625238..b388d35eb 100644
--- a/src/modules/m_setidle.cpp
+++ b/src/modules/m_setidle.cpp
@@ -33,6 +33,7 @@ class cmd_setidle : public command_t
cmd_setidle () : command_t("SETIDLE", 'o', 1)
{
this->source = "m_setidle.so";
+ syntax = "<idle-seconds>";
}
void Handle (const char** parameters, int pcnt, userrec *user)