bitlbee / bitlbee-facebook

Facebook protocol plugin for BitlBee
GNU General Public License v2.0
279 stars 49 forks source link

Ignore empty stripped messages in /send_message2 #168

Closed seirl closed 5 years ago

seirl commented 6 years ago

Facebook API will return an error when we send empty messages or messages that only contain spaces. Here we just ignore them when the client sends them.

dequis commented 6 years ago

Thank you!