mirror of
https://github.com/anope/anope.git
synced 2026-06-29 08:56:39 +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:
@@ -251,19 +251,19 @@ public:
|
||||
source.Reply(_(
|
||||
"Controls what messages will be sent to users when they join the channel."
|
||||
"\n\n"
|
||||
"The \002%s\032ADD\002 command adds the given message to "
|
||||
"The \002%s\033ADD\002 command adds the given message to "
|
||||
"the list of messages shown to users when they join "
|
||||
"the channel."
|
||||
"\n\n"
|
||||
"The \002%s\032DEL\002 command removes the specified message from "
|
||||
"The \002%s\033DEL\002 command removes the specified message from "
|
||||
"the list of messages shown to users when they join "
|
||||
"the channel. You can remove a message by specifying its number "
|
||||
"which you can get by listing the messages as explained below."
|
||||
"\n\n"
|
||||
"The \002%s\032LIST\002 command displays a listing of messages "
|
||||
"The \002%s\033LIST\002 command displays a listing of messages "
|
||||
"shown to users when they join the channel."
|
||||
"\n\n"
|
||||
"The \002%s\032CLEAR\002 command clears all entries from "
|
||||
"The \002%s\033CLEAR\002 command clears all entries from "
|
||||
"the list of messages shown to users when they join "
|
||||
"the channel, effectively disabling entry messages."
|
||||
"\n\n"
|
||||
|
||||
Reference in New Issue
Block a user