1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 12:36: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
+5 -5
View File
@@ -166,14 +166,14 @@ public:
source.Reply(_(
"Allows queueing messages to send to users on the network."
"\n\n"
"The \002%s\032ADD\002 command adds the given message to the message queue."
"The \002%s\033ADD\002 command adds the given message to the message queue."
"\n\n"
"The \002%s\032CLEAR\002 command clears the message queue."
"The \002%s\033CLEAR\002 command clears the message queue."
"\n\n"
"The \002%s\032DEL\002 command removes the specified message from the message queue. The "
"message number can be obtained from the output of the \002%s\032LIST\002 command."
"The \002%s\033DEL\002 command removes the specified message from the message queue. The "
"message number can be obtained from the output of the \002%s\033LIST\002 command."
"\n\n"
"The \002%s\032LIST\002 command lists all messages that are currently in the message queue."
"The \002%s\033LIST\002 command lists all messages that are currently in the message queue."
),
source.command.nobreak().c_str(),
source.command.nobreak().c_str(),