Iscrizione Conacreis e Arcadei
This commit is contained in:
@@ -505,6 +505,7 @@ const txt = {
|
||||
'🚫 Ci dispiace ma non sei stato Verificato correttamente dal tuo invitante %s.<br>Contattalo per farti abilitare !',
|
||||
MSG_APORTADOR_NOT_CONFIRMED: emo.EXCLAMATION_MARK + '🚫 %s Non è stato Abilitato !',
|
||||
MSG_ISCRITTO_CONACREIS: emo.FIRE + '[%] Si è appena Iscritto al Conacreis "%s"',
|
||||
MSG_ISCRITTO_ARCADEI: emo.FIRE + '[%] Si è appena Iscritto ad Arcadei "%s"',
|
||||
MSG_MSG_SENT: emoji.get('envelope') + ' Messaggi Inviati !',
|
||||
MSG_MSG_TOSENT: emoji.get('envelope') + ' Messaggi da Inviare',
|
||||
MSG_MSG_INCORSO: emoji.get('envelope') + ' messaggi in corso... Inviati attualmente',
|
||||
@@ -696,6 +697,7 @@ const MyTelegramBot = {
|
||||
phase: {
|
||||
REGISTRATION: 1,
|
||||
ISCRIZIONE_CONACREIS: 2,
|
||||
ISCRIZIONE_ARCADEI: 4,
|
||||
},
|
||||
|
||||
getAppTelegram: function() {
|
||||
@@ -805,13 +807,13 @@ const MyTelegramBot = {
|
||||
|
||||
},
|
||||
|
||||
notifyIscrizioneToTelegram: async function(phase, mylocalsconf) {
|
||||
notifyIscrizioneToTelegram: async function(phase, mylocalsconf, msg) {
|
||||
let langdest = mylocalsconf.iscritto.lang;
|
||||
let NameFrom = `${mylocalsconf.iscritto.name} ${mylocalsconf.iscritto.surname}`;
|
||||
|
||||
let nomeapp = tools.getHostByIdApp(mylocalsconf.idapp);
|
||||
|
||||
let text = printf(getstr(langdest, 'MSG_ISCRITTO_CONACREIS'), nomeapp, NameFrom);
|
||||
let text = printf(getstr(langdest, msg), nomeapp, NameFrom);
|
||||
|
||||
let addtext = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user