Zirak / SO-ChatBot

Other
124 stars 62 forks source link

Keep an internal representation of the chat #261

Open Zirak opened 8 years ago

Zirak commented 8 years ago

Most problems we have is that the bot depends on the DOM and BOM for everything, like which users are online, messages in a room, room ownership, etc.

That's not how it should be. The bot needs to keep an internal state of the room it's in, and the chat room at large.

Quickly scrolling thorough the issue list shows that it'll help solve #259, #232, #216, #195, #30, #27, and probably more.

MadaraUchiha commented 8 years ago

Well, wouldn't it be simpler to move the bot to NodeJS and be done with it?

Zirak commented 8 years ago

@MadaraUchiha Commented in #1: https://github.com/Zirak/SO-ChatBot/issues/1#issuecomment-204963685