diff options
author | Zantox <jyoerger10@msn.com> | 2014-06-26 15:10:01 -0400 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-06-26 22:14:10 +0200 |
commit | f753a925ade9f3b3053b206e5cf5462d2be53b64 (patch) | |
tree | 9dfa19508bfc355346d053fcb363089798feae68 /modules/commands/cs_unban.cpp | |
parent | 74dbfe06998a21c2375d064e9a56a1ec06b824e5 (diff) |
Minor cs_unban Lang Update @Robby-
Diffstat (limited to 'modules/commands/cs_unban.cpp')
-rw-r--r-- | modules/commands/cs_unban.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_unban.cpp b/modules/commands/cs_unban.cpp index de727f8e7..bbc08d3ac 100644 --- a/modules/commands/cs_unban.cpp +++ b/modules/commands/cs_unban.cpp @@ -105,8 +105,8 @@ class CommandCSUnban : public Command "given, all bans affecting you in channels you have access\n" "in are removed.\n" " \n" - "By default, limited to AOPs or those with level 5 and above\n" - "access on the channel."), source.service->nick.c_str()); + "By default, limited to AOPs or those with level 5 access and above\n" + "on the channel."), source.service->nick.c_str()); return true; } }; |