Skip to content

Instantly share code, notes, and snippets.

@EliTheCoder
Last active March 13, 2018 23:56
Show Gist options
  • Select an option

  • Save EliTheCoder/f041d8b7f592e815964e391ae4c06981 to your computer and use it in GitHub Desktop.

Select an option

Save EliTheCoder/f041d8b7f592e815964e391ae4c06981 to your computer and use it in GitHub Desktop.
IIC.onChat((id,n,m) => {
if (n !== "Name") {
switch (m) {
case "hello":
say("Hello there!");
break;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment