diff options
author | Zantox <jyoerger10@msn.com> | 2014-06-25 02:09:43 -0400 |
---|---|---|
committer | Zantox <jyoerger10@msn.com> | 2014-06-25 02:09:43 -0400 |
commit | 3bea089793ff80b756a63e7cca05947787dd0881 (patch) | |
tree | 18c72eaf7164233b386d72e53fbda7308e76aff6 /modules/commands/cs_kick.cpp | |
parent | 8fecad3039626feb3200a133355b754b7751a35b (diff) |
Updated ChanServ Command English Language
Diffstat (limited to 'modules/commands/cs_kick.cpp')
-rw-r--r-- | modules/commands/cs_kick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_kick.cpp b/modules/commands/cs_kick.cpp index dded149eb..c95445557 100644 --- a/modules/commands/cs_kick.cpp +++ b/modules/commands/cs_kick.cpp @@ -115,7 +115,7 @@ class CommandCSKick : public Command source.Reply(_("Kicks a specified nick from a channel.\n" " \n" "By default, limited to AOPs or those with level 5 access\n" - "and above on the channel. Channel founders may use masks too.")); + "and above on the channel. Channel founders can also specify masks.")); return true; } }; |