-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspeak_sample.xml
35 lines (30 loc) · 1.16 KB
/
speak_sample.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
30
31
32
33
34
35
<nemubotconfig nick="nemubot" realname="nemubot speaker" owner="someone">
<!-- Bitlbee/Minbif -->
<server host="nemunai.re" port="6666" password="bitlbee" autoconnect="true" caps="znc.in/server-time-iso" />
<!-- Rezosup -->
<server server="nemunai.re" port="6667">
<channel name="#epita" />
</server>
<module name="speak">
<correction bad="ca" good="ça" />
<smiley txt=":p" mood="tire la langue" />
<smiley txt=":P" mood="tire la langue" />
<smiley txt=":)" mood="sourit" />
<smiley txt=":(" mood="est triste" />
<smiley txt=";)" mood="fait un clin d'oeil" />
<smiley txt="<3" mood="aime" />
<smiley txt=":'(" mood="pleure" />
<smiley txt=";(" mood="pleure" />
<smiley txt=":D" mood="rit" />
<smiley txt=":d" mood="rit" />
<smiley txt="xd" mood="se marre" />
<smiley txt="xD" mood="se marre" />
<smiley txt="XD" mood="se marre" />
<smiley txt="Xd" mood="se marre" />
<smiley txt="x)" mood="se marre" />
<smiley txt="X)" mood="se marre" />
<smiley txt="/o/" mood="danse" />
<smiley txt="\\o\\" mood="danse" />
<smiley txt="\\o/" mood="fait une accolade" />
</module>
</nemubotconfig>