summaryrefslogtreecommitdiff
path: root/modules/core/cs_unban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_unban.cpp')
-rw-r--r--modules/core/cs_unban.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp
index f4156e02a..91db12350 100644
--- a/modules/core/cs_unban.cpp
+++ b/modules/core/cs_unban.cpp
@@ -61,11 +61,11 @@ class CommandCSUnban : public Command
{
source.Reply(_("Syntax: \002UNBAN \037channel\037 [\037nick\037]\002\n"
" \n"
- "Tells %S to remove all bans preventing you or the given\n"
+ "Tells %s to remove all bans preventing you or the given\n"
"user from entering the given channel. \n"
" \n"
"By default, limited to AOPs or those with level 5 and above\n"
- "on the channel."));
+ "on the channel."), ChanServ->nick.c_str());
return true;
}