diff options
Diffstat (limited to 'modules/commands/cs_invite.cpp')
-rw-r--r-- | modules/commands/cs_invite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_invite.cpp b/modules/commands/cs_invite.cpp index 1f39eaf7b..e264a54f1 100644 --- a/modules/commands/cs_invite.cpp +++ b/modules/commands/cs_invite.cpp @@ -91,7 +91,7 @@ class CommandCSInvite : public Command source.Reply(_("Tells %s to invite you or an optionally specified\n" "nick into the given channel.\n" " \n" - "By default, limited to AOPs or those with level 5 and above\n" + "By default, limited to AOPs or those with level 5 access and above\n" "on the channel."), source.service->nick.c_str()); return true; } |