diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-27 16:14:35 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-27 16:14:35 +0300 |
commit | b5920822c4489897248b770cf7e0e4324b84db89 (patch) | |
tree | c40afc9f8423d022199b27457e95e170522d6c4d /telegram/commands.go | |
parent | 739fc4110a9c12aa51cbd6361e5c4398c8ed7ff8 (diff) |
Send nick in messages (specially für Sava, but nahuj nado)message-nick
Diffstat (limited to 'telegram/commands.go')
-rw-r--r-- | telegram/commands.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/commands.go b/telegram/commands.go index 2f879b1..184ebfc 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -200,6 +200,7 @@ func (c *Client) sendMessagesReverse(chatID int64, messages []*client.Message) { c.xmpp, reply, false, + "", ) } } |