From 9d31a390a8bf5c554eb0e934a2bfe2fa8feca8eb Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Tue, 3 Dec 2019 18:48:41 +0200 Subject: Send messages to Telegram --- telegram/commands.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'telegram/commands.go') diff --git a/telegram/commands.go b/telegram/commands.go index 102a2c4..606e28d 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -141,8 +141,8 @@ func (c *Client) ProcessChatCommand(cmdline string) (string, bool) { cmd, _ := parseCommand(cmdline) switch cmd { case "help": - return helpString(helpTypeChat), false + return helpString(helpTypeChat), true } - return "", true + return "", false } -- cgit v1.2.3