summaryrefslogtreecommitdiff
path: root/src/coremods/core_channel/cmd_invite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_channel/cmd_invite.cpp')
-rw-r--r--src/coremods/core_channel/cmd_invite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_channel/cmd_invite.cpp b/src/coremods/core_channel/cmd_invite.cpp
index c26318337..732894aa5 100644
--- a/src/coremods/core_channel/cmd_invite.cpp
+++ b/src/coremods/core_channel/cmd_invite.cpp
@@ -29,7 +29,7 @@ CommandInvite::CommandInvite(Module* parent, Invite::APIImpl& invapiimpl)
, invapi(invapiimpl)
{
Penalty = 4;
- syntax = "[<nick> <channel>]";
+ syntax = "[<nick> <channel> [<time>]]";
}
/** Handle /INVITE