Skip to content

Commit

Permalink
remove unused function (*Bot).handleCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Dec 25, 2019
1 parent a67e593 commit 24589f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ var (
cbackRx = regexp.MustCompile(`^\f(\w+)(\|(.+))?$`)
)

func (b *Bot) handleCommand(m *Message, cmdName, cmdBot string) bool {

return false
}

// Start brings bot into motion by consuming incoming
// updates (see Bot.Updates channel).
func (b *Bot) Start() {
Expand Down

0 comments on commit 24589f3

Please sign in to comment.