1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 21:43: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:
Sadie Powell
2026-02-07 21:17:52 +00:00
parent e7aa0cb583
commit aef1925b1d
44 changed files with 631 additions and 615 deletions
+6 -6
View File
@@ -316,12 +316,12 @@ public:
source.Reply(_(
"Allows Services Operators to view the session list."
"\n\n"
"\002%s\032LIST\002 lists hosts with at least \037threshold\037 sessions. "
"\002%s\033LIST\002 lists hosts with at least \037threshold\037 sessions. "
"The threshold must be a number greater than 1. This is to "
"prevent accidental listing of the large number of single "
"session hosts."
"\n\n"
"\002%s\032VIEW\002 displays detailed information about a specific "
"\002%s\033VIEW\002 displays detailed information about a specific "
"host - including the current session count and session limit. "
"The \037host\037 value may not include wildcards. "
"\n\n"
@@ -596,7 +596,7 @@ public:
"source of help regarding session limiting. The content of "
"this notice is a config setting."
"\n\n"
"\002%s\032ADD\002 adds the given host mask to the exception list. "
"\002%s\033ADD\002 adds the given host mask to the exception list. "
"Note that \002nick!user@host\002 and \002user@host\002 masks are invalid! "
"Only real host masks, such as \002box.host.dom\002 and \002*.host.dom\002, "
"are allowed because sessions limiting does not take nick or "
@@ -606,12 +606,12 @@ public:
"unlimited session limit. See the \002AKILL\002 help for details about "
"the format of the optional \037expiry\037 parameter. "
"\n\n"
"\002%s\032DEL\002 removes the given mask from the exception list."
"\002%s\033DEL\002 removes the given mask from the exception list."
"\n\n"
"\002%s\032LIST\002 and \002%s\032VIEW\002 show all current "
"\002%s\033LIST\002 and \002%s\033VIEW\002 show all current "
"sessions if the optional mask is given, the list is limited "
"to those sessions matching the mask. The difference is that "
"\002%s\032VIEW\002 is more verbose, displaying the name of the "
"\002%s\033VIEW\002 is more verbose, displaying the name of the "
"person who added the exception, its session limit, reason, "
"host mask and the expiry date and time. "
"\n\n"