1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 19:03:13 +02:00

Replaced all of the old %S's in the language strings that were used for service nicks

This commit is contained in:
Adam
2011-02-04 18:32:04 -05:00
parent 08583dc107
commit a53a797271
44 changed files with 162 additions and 146 deletions
+2 -2
View File
@@ -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;
}