mirror of
https://github.com/anope/anope.git
synced 2026-07-07 21: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:
@@ -238,7 +238,7 @@ public:
|
||||
return;
|
||||
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Type \002%s\032\037command\037\002 for help on any of the above commands."),
|
||||
source.Reply(_("Type \002%s\033\037command\037\002 for help on any of the above commands."),
|
||||
MemoServ->GetQueryCommand("generic/help").c_str());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user