mirror of
https://github.com/anope/anope.git
synced 2026-07-10 09: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:
@@ -370,15 +370,15 @@ public:
|
||||
"\n\n"
|
||||
"Examples:"
|
||||
"\n\n"
|
||||
" \002%s\032ADD\002\n"
|
||||
" \002%s\033ADD\002\n"
|
||||
" Adds your current fingerprint to the certificate list and\n"
|
||||
" automatically identifies you when you connect to IRC\n"
|
||||
" using this fingerprint."
|
||||
"\n\n"
|
||||
" \002%s\032DEL\032<fingerprint>\002\n"
|
||||
" \002%s\033DEL\033<fingerprint>\002\n"
|
||||
" Removes the fingerprint <fingerprint> from your certificate list."
|
||||
"\n\n"
|
||||
" \002%s\032LIST\002\n"
|
||||
" \002%s\033LIST\002\n"
|
||||
" Displays the current certificate list."
|
||||
),
|
||||
source.command.nobreak().c_str(),
|
||||
|
||||
Reference in New Issue
Block a user