summaryrefslogtreecommitdiff
path: root/modules/commands/cs_unban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_unban.cpp')
-rw-r--r--modules/commands/cs_unban.cpp4
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;
}
};