1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix messages that say IRC Operator when they mean Services Operator.

This commit is contained in:
Sadie Powell
2025-06-24 13:58:47 +01:00
parent c48b3af3d4
commit 72010cd1a9
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ class CommandBSSetPrivate final
public:
CommandBSSetPrivate(Module *creator, const Anope::string &sname = "botserv/set/private") : Command(creator, sname, 2, 2)
{
this->SetDesc(_("Prevent a bot from being assigned by non IRC operators"));
this->SetDesc(_("Prevent a bot from being assigned by non Services Operators"));
this->SetSyntax(_("\037botname\037 {\037ON|OFF\037}"));
}
@@ -214,7 +214,7 @@ public:
source.Reply(" ");
source.Reply(_(
"This option prevents a bot from being assigned to a "
"channel by users that aren't IRC Operators."
"channel by users that aren't Services Operators."
));
return true;
}