1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 06:43:14 +02:00

Redocument nickserv/set/keepmodes.

This commit is contained in:
Sadie Powell
2026-07-09 18:50:13 +01:00
parent eb37dd0af1
commit 215eba2704
2 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ public:
CommandNSSetKeepModes(Module *creator, const Anope::string &sname = "nickserv/set/keepmodes", size_t min = 1)
: Command(creator, sname, min, min + 1)
{
this->SetDesc(_("Enable or disable keep modes"));
this->SetDesc(_("Configure keeping user modes set across connections"));
this->SetSyntax("{ON | OFF}");
}
@@ -72,9 +72,9 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_(
"Enables or disables keepmodes for your nick. If keep "
"modes is enabled, services will remember your user modes "
"and attempt to re-set them the next time you authenticate."
"Configures keeping user modes set across connections. If this is "
"enabled, your last user modes will be remembered and will be "
"re-set the next time you identify."
));
return true;
}