Use the right variables for once
This commit is contained in:
@@ -285,7 +285,7 @@ tag(){
|
|||||||
uid=$(jq -r '.message.from.id' <<< $input)
|
uid=$(jq -r '.message.from.id' <<< $input)
|
||||||
text=$(jq -r '.message.text' <<< $input)
|
text=$(jq -r '.message.text' <<< $input)
|
||||||
sendlog "*You've been tagged.*
|
sendlog "*You've been tagged.*
|
||||||
*User:* [$name](tg://user?id=$uid)
|
*User:* [$uname](tg://user?id=$uid)
|
||||||
*Link:* [here](https://t.me/c/$chid/$msgid)
|
*Link:* [here](https://t.me/c/$chid/$msgid)
|
||||||
*Message contents:*
|
*Message contents:*
|
||||||
$(escape "()" "$text")"
|
$(escape "()" "$text")"
|
||||||
|
Reference in New Issue
Block a user