You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In String+ExtractBotCommand.swift it skips alphanumerics only in command name. Should actually skip any characters except '@' and whitespaces.
The text was updated successfully, but these errors were encountered:
zmeyc
changed the title
If bot name contains non-alphanumeric characters, it's not removed from command name
If command contains non-alphanumeric characters, bot name is not removed from command name
Nov 2, 2017
In String+ExtractBotCommand.swift it skips alphanumerics only in command name. Should actually skip any characters except '@' and whitespaces.
The text was updated successfully, but these errors were encountered: