From f753a925ade9f3b3053b206e5cf5462d2be53b64 Mon Sep 17 00:00:00 2001 From: Zantox Date: Thu, 26 Jun 2014 15:10:01 -0400 Subject: Minor cs_unban Lang Update @Robby- --- modules/commands/cs_unban.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_unban.cpp') 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; } }; -- cgit