1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 13:56:38 +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
@@ -164,9 +164,9 @@ public:
"It has been created for users that can't host or "
"configure a bot, or for use on networks that don't "
"allow user bots. Available commands are listed "
"below; to use them, type \002%s\032\037command\037\002. For "
"below; to use them, type \002%s\033\037command\037\002. For "
"more information on a specific command, type "
"\002%s\032\037command\037\002."
"\002%s\033\037command\037\002."
),
BotServ->nick.c_str(),
BotServ->GetQueryCommand().c_str(),