Update help messages for noter

This commit is contained in:
2025-01-15 12:20:12 +01:00
parent c32549fa87
commit 2a5d6e5157

View File

@@ -10,6 +10,12 @@ local helpMessages = {
"3) howmany - общее число врагов (например дуротар 4 . оргримар 2 ) ",
"4) + - автоматическое приглашение в группу с дуельным рогой для сброса кд и общего сбора. ",
"5) ++ - автоматическое приглашение в группу альянса. (если нужен рефрак)",
"6) note <name> <note> - добавляет заметку для указанного персонажа.",
"7) note <name> - выводит последние N заметок для персонажа.",
"8) note <name> i - выводит i-ю заметку для персонажа.",
"9) note <name> i..j - выводит заметки с i по j для персонажа.",
"10) note <name> delete i - удаляет i-ю заметку для персонажа.",
"11) note <name> delete i..j - удаляет заметки с i по j для персонажа.",
},
en = {
"1) who - reports currently tracked stinkies in orgrimmar and durotar",
@@ -17,6 +23,12 @@ local helpMessages = {
"3) howmany - reports stinkies grouped by zone",
"4) + - automatically invites to group with duel rogue for cd reset",
"5) ++ - automatically invites to alliance group",
"6) note <name> <note> - adds a note for the specified character.",
"7) note <name> - lists the last N notes for the character.",
"8) note <name> i - lists the i-th note for the character.",
"9) note <name> i..j - lists notes from i to j for the character.",
"10) note <name> delete i - deletes the i-th note for the character.",
"11) note <name> delete i..j - deletes notes from i to j for the character.",
}
}