-
Notifications
You must be signed in to change notification settings - Fork 1
/
complexcommands.xml
29 lines (29 loc) · 974 Bytes
/
complexcommands.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<commands>
<query>
<regexpr>[(hello)|(salut)] [@]*${botname}</regexpr>
<list_response>
<reponse>
<to_tagname>${designertag}</to_tagname>
<text>Salut ${name} ! Mon concepteur d'amour !</text>
</reponse>
<reponse>
<to_tagname>*</to_tagname>
<text>Hello ${name} ça va ?</text>
</reponse>
</list_response>
</query>
<query>
<regexpr>[(top)|(génial)] [@]*${botname}</regexpr>
<list_response>
<reponse>
<to_tagname>${designertag}</to_tagname>
<text>Bah oui c'est toi qui m'a crée</text>
</reponse>
<reponse>
<to_tagname>*</to_tagname>
<text>Merci merci je sais, je suis génial !</text>
</reponse>
</list_response>
</query>
</commands>