Skip to content

Instantly share code, notes, and snippets.

@alivesay
Last active December 27, 2015 12:59
Show Gist options
  • Save alivesay/7329864 to your computer and use it in GitHub Desktop.
Save alivesay/7329864 to your computer and use it in GitHub Desktop.
alpha source for emma
channel[*].USER_JOINED_EVENT(user) = {
IF user.nick == 'leofseige':
channel.send('Hello master!');
}
message[*].MESSAGE_EVENT(user_or_channel) = {
IF message == 'ping':
user_or_channel.send('pong');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment