summaryrefslogtreecommitdiff
path: root/include/tgbot/EventHandler.h
AgeCommit message (Collapse)Author
2015-11-12Parse commands correctlyFlorian Scheibner
previously the last letter of a command was removed when a space was present e.g. "/add hello" was parsed as command = "ad"
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-27DocumentationOleg Morozenkov