Skip to content

Instantly share code, notes, and snippets.

@myano
Created June 12, 2015 03:14
Show Gist options
  • Save myano/22680d81c93854c91eb0 to your computer and use it in GitHub Desktop.
Save myano/22680d81c93854c91eb0 to your computer and use it in GitHub Desktop.
def message_join(phenny, input):
if (input.nick).lower() == 'yano':
phenny.say('Welcome :)')
message_join.event = 'JOIN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment