mirror of
https://github.com/anope/anope.git
synced 2026-07-09 17:03: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:
@@ -212,7 +212,7 @@ public:
|
||||
source.Reply(" ");
|
||||
source.Reply(_(
|
||||
"The \037email\037 parameter is optional and will set the email address for your "
|
||||
"nick immediately. You may also wish to \002SET\032HIDE\002 it after registering "
|
||||
"nick immediately. You may also wish to \002SET\033HIDE\002 it after registering "
|
||||
"if it isn't the default setting already."
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user