summaryrefslogtreecommitdiff
path: root/modules/commands/cs_invite.cpp
diff options
context:
space:
mode:
authorZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
committerZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
commit3bea089793ff80b756a63e7cca05947787dd0881 (patch)
tree18c72eaf7164233b386d72e53fbda7308e76aff6 /modules/commands/cs_invite.cpp
parent8fecad3039626feb3200a133355b754b7751a35b (diff)
Updated ChanServ Command English Language
Diffstat (limited to 'modules/commands/cs_invite.cpp')
-rw-r--r--modules/commands/cs_invite.cpp2
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;
}