Last active
March 13, 2018 23:56
-
-
Save EliTheCoder/f041d8b7f592e815964e391ae4c06981 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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