Skip to content

Instantly share code, notes, and snippets.

View aemoncannon's full-sized avatar

Aemon Cannon aemoncannon

View GitHub Profile
if (evt.type == "chat") {
api.chat("Thanks for saying \"" + evt.text + "\"");
} else {
api.chat("I didn't understand that.")
}