1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 02:03:12 +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:
Sadie Powell
2026-02-07 21:17:52 +00:00
parent e7aa0cb583
commit aef1925b1d
44 changed files with 631 additions and 615 deletions
+2 -2
View File
@@ -279,7 +279,7 @@ public:
"Otherwise, \037command\037 must be a command name, and \037method\037 "
"is one of the following logging methods:"
"\n\n"
" MESSAGE\032[status], NOTICE\032[status], MEMO"
" MESSAGE\033[status], NOTICE\033[status], MEMO"
"\n\n"
"Which are used to message, notice, and memo the channel respectively. "
"With MESSAGE or NOTICE you must have a service bot assigned to and joined "
@@ -288,7 +288,7 @@ public:
"To remove a logging method use the same syntax as you would to add it."
"\n\n"
"Example:\n"
" %s\032#anope\032chanserv/access\032MESSAGE\032@\n"
" %s\033#anope\033chanserv/access\033MESSAGE\033@\n"
" Would message any channel operators whenever someone used the "
"ACCESS command on ChanServ on the channel."
),