summaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_timedbans.cpp')
-rw-r--r--src/modules/m_timedbans.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp
index 2f4f040c0..b05cbf8f7 100644
--- a/src/modules/m_timedbans.cpp
+++ b/src/modules/m_timedbans.cpp
@@ -45,6 +45,7 @@ class cmd_tban : public command_t
cmd_tban () : command_t("TBAN", 0, 3)
{
this->source = "m_timedbans.so";
+ syntax = "<channel> <duration> <banmask>";
}
void Handle (const char** parameters, int pcnt, userrec *user)