rapierorg / telegram-bot-swift

Telegram Bot SDK for Swift (unofficial)
https://github.com/rapierorg/telegram-bot-swift/wiki
Apache License 2.0
375 stars 63 forks source link

If command contains non-alphanumeric characters, bot name is not removed from command name #42

Open zmeyc opened 6 years ago

zmeyc commented 6 years ago

In String+ExtractBotCommand.swift it skips alphanumerics only in command name. Should actually skip any characters except '@' and whitespaces.