diff --git a/src/brulijam/lib/basic.lua b/src/brulijam/lib/basic.lua index 319cd79..9164b3c 100755 --- a/src/brulijam/lib/basic.lua +++ b/src/brulijam/lib/basic.lua @@ -73,6 +73,7 @@ function addTutelToTutelServer() local tutelServer = getTutelServerAddress() local telegramInfo = getTelegramInfo() http.post(tutelServer .. "/tutel/add?label=" .. os.getComputerLabel() .. "&telegramUserId=" .. telegramInfo["telegramUserId"]) + telegramNotifier("Added Tutel to your Account: " .. os.getComputerLabel()) end function splitStringToArray(inputStr)