mirror of
https://github.com/anope/anope.git
synced 2026-07-05 11: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:
@@ -109,7 +109,7 @@ public:
|
||||
{
|
||||
source.Reply(" ");
|
||||
source.Reply(_(
|
||||
"See the \002%s\002 command (\002%s\032ACCESS\002) for "
|
||||
"See the \002%s\002 command (\002%s\033ACCESS\002) for "
|
||||
"information on giving a subset of these privileges to "
|
||||
"other channel users."
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user