mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:36:37 +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:
@@ -350,15 +350,15 @@ public:
|
||||
"bots that users will be able to use on their own "
|
||||
"channels."
|
||||
"\n\n"
|
||||
"\002%s\032ADD\002 adds a bot with the given nickname, username, "
|
||||
"\002%s\033ADD\002 adds a bot with the given nickname, username, "
|
||||
"hostname and realname. Since no integrity checks are done "
|
||||
"for these settings, be really careful."
|
||||
"\n\n"
|
||||
"\002%s\032CHANGE\002 allows you to change the nickname, username, hostname "
|
||||
"\002%s\033CHANGE\002 allows you to change the nickname, username, hostname "
|
||||
"or realname of a bot without deleting it (and "
|
||||
"all the data associated with it)."
|
||||
"\n\n"
|
||||
"\002%s\032DEL\002 removes the given bot from the bot list."
|
||||
"\002%s\033DEL\002 removes the given bot from the bot list."
|
||||
"\n\n"
|
||||
"\002Note\002: You cannot create a bot with a nick that is "
|
||||
"currently registered. If an unregistered user is currently "
|
||||
|
||||
Reference in New Issue
Block a user