Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
temaivanoff committed Sep 25, 2018
1 parent 8370432 commit 5d6c111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function checkUser(id) {
}

function telegram_user_not_found(id) {
telegram.sendText(id, `Незарегистрированный пользователь ${id}. Руководство по настройке https://intrahouse.ru/product/plugin-telegram/`);
telegram.sendText(id, `Незарегистрированный пользователь ${id}.`);
}

function telegram_message({ from, text }) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-telegram",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion telegram.ih
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"activation": false,
"resources": false,
"cross": true,
"version":"0.0.4"
"version":"0.0.5"
}
2 changes: 1 addition & 1 deletion telegram.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Telegram plugin",
"gendevices": 0,
"service": "info",
"single": 1,
"single": 0,
"module": "index.js",
"params": [
{
Expand Down

0 comments on commit 5d6c111

Please sign in to comment.