plugbotapi
plugbotapi copied to clipboard
HTML Entities, etc
Seems a bit like this is API is abandoned since it hasn't needed any changes as of late, but I'll ask anyway. It seems like the bot "sees" HTML entities and emojis in a translated form - for example &
is seen by the bot as &
and :smile:
is seen as pure HTML code. This didn't use to happen - the bot used to see them exactly as typed. Is there a way to fix this to work the way it used to?
Crickets... Anyone home?
Not really abandoned, there just hasn't been anything to do on it lately :)
I sure didn't change anything about how the bot receives chats - Plug must have changed how they send them to the client. I'd suggest just running something like this: http://stackoverflow.com/a/9609450/549602 on it.
Have you been able to get that concept to work? I tried it once and it didn't work, I assumed it was having trouble with the virtual browser environment.