diff options
Diffstat (limited to 'modules/core/cs_clearusers.cpp')
-rw-r--r-- | modules/core/cs_clearusers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_clearusers.cpp b/modules/core/cs_clearusers.cpp index b4786209c..ed58bacdf 100644 --- a/modules/core/cs_clearusers.cpp +++ b/modules/core/cs_clearusers.cpp @@ -53,10 +53,10 @@ class CommandCSClearUsers : public Command { source.Reply(_("Syntax: \002CLEARUSERS \037channel\037\002\n" " \n" - "Tells %S to clear (kick) all users certain settings on a channel." + "Tells %s to clear (kick) all users certain settings on a channel." " \n" "By default, limited to those with founder access on the\n" - "channel.")); + "channel."), ChanServ->nick.c_str()); return true; } |