diff --git a/Modules/Commander.lua b/Modules/Commander.lua index f9682dc..ed68e94 100644 --- a/Modules/Commander.lua +++ b/Modules/Commander.lua @@ -10,6 +10,12 @@ local helpMessages = { "3) howmany - общее число врагов (например дуротар 4 . оргримар 2 ) ", "4) + - автоматическое приглашение в группу с дуельным рогой для сброса кд и общего сбора. ", "5) ++ - автоматическое приглашение в группу альянса. (если нужен рефрак)", + "6) note - добавляет заметку для указанного персонажа.", + "7) note - выводит последние N заметок для персонажа.", + "8) note i - выводит i-ю заметку для персонажа.", + "9) note i..j - выводит заметки с i по j для персонажа.", + "10) note delete i - удаляет i-ю заметку для персонажа.", + "11) note 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 - adds a note for the specified character.", + "7) note - lists the last N notes for the character.", + "8) note i - lists the i-th note for the character.", + "9) note i..j - lists notes from i to j for the character.", + "10) note delete i - deletes the i-th note for the character.", + "11) note delete i..j - deletes notes from i to j for the character.", } }