mirror of
https://github.com/anope/anope.git
synced 2026-07-05 01:53: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:
@@ -811,25 +811,25 @@ public:
|
||||
"Mainly controls mode locks and mode access (which is different from channel access) "
|
||||
"on a channel."
|
||||
"\n\n"
|
||||
"The \002%s\032LOCK\002 command allows you to add, delete, and view mode locks on a channel. "
|
||||
"The \002%s\033LOCK\002 command allows you to add, delete, and view mode locks on a channel. "
|
||||
"If a mode is locked on or off, services will not allow that mode to be changed. The \002SET\002 "
|
||||
"command will clear all existing mode locks and set the new one given, while \002ADD\002 and \002DEL\002 "
|
||||
"modify the existing mode lock."
|
||||
"\n\n"
|
||||
"Example:\n"
|
||||
" \002%s\032#channel\032LOCK\032ADD\032+bmnt\032*!*@*.example.com\002\n"
|
||||
" \002%s\033#channel\033LOCK\033ADD\033+bmnt\033*!*@*.example.com\002\n"
|
||||
"\n\n"
|
||||
"The \002%s\032SET\002 command allows you to set modes through services. Wildcards * and ? may "
|
||||
"The \002%s\033SET\002 command allows you to set modes through services. Wildcards * and ? may "
|
||||
"be given as parameters for list and status modes."
|
||||
"\n\n"
|
||||
"Example:\n"
|
||||
" \002%s\032#channel\032SET\032+v\032*\002\n"
|
||||
" \002%s\033#channel\033SET\033+v\033*\002\n"
|
||||
" Sets voice status to all users in the channel."
|
||||
"\n\n"
|
||||
" \002%s\032#channel\032SET\032-b\032~c:*\n"
|
||||
" \002%s\033#channel\033SET\033-b\033~c:*\n"
|
||||
" Clears all extended bans that start with ~c:"
|
||||
"\n\n"
|
||||
"The \002%s\032CLEAR\002 command is an easy way to clear modes on a channel. \037what\037 may be "
|
||||
"The \002%s\033CLEAR\002 command is an easy way to clear modes on a channel. \037what\037 may be "
|
||||
"any mode name. Examples include bans, excepts, inviteoverrides, ops, halfops, and voices. If \037what\037 "
|
||||
"is not given then all basic modes are removed."
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user