mirror of
https://github.com/anope/anope.git
synced 2026-07-05 18:23:13 +02:00
Fix finding gettext on Windows.
Unfortunately we need to move our escape character from 0x1A to 0x1B because newer versions of gettext treat the former as an EOF character.
This commit is contained in:
@@ -232,7 +232,7 @@ public:
|
||||
"database that were added within \037time\037."
|
||||
"\n\n"
|
||||
"Example:\n"
|
||||
" %s\032CLEAR\03230m\n"
|
||||
" %s\033CLEAR\03330m\n"
|
||||
" Will remove all entries that were added within the last 30 minutes."
|
||||
),
|
||||
source.command.nobreak().c_str());
|
||||
|
||||
Reference in New Issue
Block a user