Skip to content

Instantly share code, notes, and snippets.

@matejdro
Forked from riddle/aero.config.yml
Last active January 3, 2016 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matejdro/8387202 to your computer and use it in GitHub Desktop.
Save matejdro/8387202 to your computer and use it in GitHub Desktop.
Debug: false
Messages:
NoPermission: No permission!
ConfigurationReloaded: Configuration reloaded successfully!
Announcements:
FirstMessagge:
- if group Flatcorian:
- text: You are flatcorian
else:
- if group Veteran:
- text: You are veteran
SecondMessage:
else:
- pick:
- weights 20 2
- text: Hello, you are not nomad.
- text: You are not nomad, hello.
ThirdMessage:
- text: hello2
- text: hello2
MultipleIf1:
- if group is a:
- text: a
else:
- text: b
- if group is yes:
- text: c
else:
- text: d
MultipleIfs2:
Pick:
- if group a: a
else: b
- if group c:
- text: c
else:
- text: d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment