mirror of
https://github.com/anope/anope.git
synced 2026-07-06 06:33: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:
@@ -157,11 +157,11 @@ public:
|
||||
"\n\n"
|
||||
"Examples:"
|
||||
"\n\n"
|
||||
" \002LIST\032*anope*\002\n"
|
||||
" \002LIST\033*anope*\002\n"
|
||||
" Lists all registered channels with \002anope\002 in their\n"
|
||||
" names (case insensitive)."
|
||||
"\n\n"
|
||||
" \002LIST\032*\032NOEXPIRE\002\n"
|
||||
" \002LIST\033*\033NOEXPIRE\002\n"
|
||||
" Lists all registered channels which have been set to not expire."
|
||||
"\n\n"
|
||||
" \002LIST #51-100\002\n"
|
||||
|
||||
Reference in New Issue
Block a user