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

Use a more useful setting example in os_config.

This commit is contained in:
Sadie Powell
2024-12-12 17:09:23 +00:00
parent b6f5b50086
commit 6ba0224f7b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-25 01:30+0000\n"
"POT-Creation-Date: 2024-12-12 17:11+0000\n"
"PO-Revision-Date: 2024-11-25 01:32+0000\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
@@ -2005,7 +2005,7 @@ msgid ""
"restarted, or the configuration is reloaded.\n"
" \n"
"Example:\n"
" MODIFY nickserv forcemail no"
" MODIFY nickserv regdelay 15m"
msgstr ""
msgid ""
+2 -2
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-25 01:30+0000\n"
"POT-Creation-Date: 2024-12-12 17:11+0000\n"
"PO-Revision-Date: 2024-11-25 01:32+0000\n"
"Last-Translator: Val Lorentz <progval+git@progval.net>\n"
"Language-Team: French\n"
@@ -2419,7 +2419,7 @@ msgid ""
"restarted, or the configuration is reloaded.\n"
" \n"
"Example:\n"
" MODIFY nickserv forcemail no"
" MODIFY nickserv regdelay 15m"
msgstr ""
"Vous permet de voir et de modifier les paramètres de configuration.\n"
"Les paramètres modifiés par cette commande le sont temporairement\n"
+1 -1
View File
@@ -128,7 +128,7 @@ public:
"restarted, or the configuration is reloaded.\n"
" \n"
"Example:\n"
" \002MODIFY nickserv forcemail no\002"));
" \002MODIFY nickserv regdelay 15m\002"));
return true;
}
};