34 lines
745 B
YAML
34 lines
745 B
YAML
commands:
|
|
- name: mlem
|
|
match: 'mlem'
|
|
rule: contains
|
|
response: 'eunaMlem eunaMlem eunaMlem'
|
|
globalLimit: 5
|
|
- name: old
|
|
match: 'old'
|
|
rule: exact
|
|
response: 'eunaBoomer eunaBoomer eunaBoomer'
|
|
- name: stinky
|
|
match: 'stinky'
|
|
rule: exact
|
|
response: 'eunaSniff eunaSniff eunaSniff'
|
|
- name: feet
|
|
match: 'feet'
|
|
rule: exact
|
|
response: 'eunaStomp eunaStomp eunaStomp'
|
|
- name: modcheck
|
|
match: 'mod'
|
|
rule: exact
|
|
response: 'eunaModCheck eunaModCheck eunaModCheck'
|
|
- name: feet
|
|
match: '!feet'
|
|
rule: exact
|
|
response: 'eunaPathetic eunaFeetBless eunaFeet'
|
|
- name: yes
|
|
match: 'yes'
|
|
rule: exact
|
|
response: 'eunaNodders'
|
|
- name: please
|
|
match: 'please'
|
|
rule: exact
|
|
response: 'eunaBeg' |