1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 12:33:13 +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
+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;
}
};