Refresh sample configuration files
This commit is contained in:
parent
75def22e57
commit
de85344b84
@ -1,13 +1,27 @@
|
|||||||
<nemubotconfig nick="nemubot" realname="nemubot speaker" owner="someone">
|
<nemubotconfig nick="nemubot" realname="nemubot clone" owner="someone">
|
||||||
<server server="irc.freenode.org" port="6667" password="secret" autoconnect="true">
|
|
||||||
|
<server server="irc.rezosup.org" port="6667" autoconnect="true">
|
||||||
<channel name="#nemutest" />
|
<channel name="#nemutest" />
|
||||||
</server>
|
</server>
|
||||||
<load path="modules/birthday.xml" />
|
|
||||||
<load path="modules/ycc.xml" />
|
<!--
|
||||||
<load path="modules/qcm.xml" />
|
<server server="my_host.local" port="6667" password="secret" autoconnect="true" ip="10.69.42.23" ssl="on" allowall="true">
|
||||||
<load path="modules/soutenance.xml" />
|
<channel name="#nemutest" />
|
||||||
<load path="modules/velib.xml" />
|
</server>
|
||||||
<load path="modules/whereis.xml" />
|
-->
|
||||||
<load path="modules/watchWebsite.xml" />
|
|
||||||
<load path="modules/events.xml" />
|
<load path="cmd_server" />
|
||||||
|
|
||||||
|
<load path="alias" />
|
||||||
|
<load path="birthday" />
|
||||||
|
<load path="ycc" />
|
||||||
|
<load path="velib" />
|
||||||
|
<load path="watchWebsite" />
|
||||||
|
<load path="events" />
|
||||||
|
<load path="sleepytime" />
|
||||||
|
<load path="spell" />
|
||||||
|
<load path="syno" />
|
||||||
|
<load path="man" />
|
||||||
|
<load path="reddit" />
|
||||||
|
|
||||||
</nemubotconfig>
|
</nemubotconfig>
|
||||||
|
@ -1,12 +1,17 @@
|
|||||||
<config nick="nemubot" realname="nemubot speaker" owner="nemunaire">
|
<config nick="nemubot" realname="nemubot speaker" owner="someone">
|
||||||
|
|
||||||
<!-- Bitlbee/Minbif -->
|
<!-- Bitlbee/Minbif -->
|
||||||
<server server="nemunai.re" port="6666" password="bitlbee" />
|
<server server="nemunai.re" port="6666" password="bitlbee" allowall="true" />
|
||||||
|
|
||||||
<!-- Rezosup -->
|
<!-- Rezosup -->
|
||||||
<server server="nemunai.re" port="6667">
|
<server server="nemunai.re" port="6667">
|
||||||
<channel name="#epita" />
|
<channel name="#epita" />
|
||||||
</server>
|
</server>
|
||||||
|
|
||||||
|
<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="sourit" />
|
||||||
<smiley txt=":(" mood="est triste" />
|
<smiley txt=":(" mood="est triste" />
|
||||||
<smiley txt=";)" mood="fait un clin d'oeil" />
|
<smiley txt=";)" mood="fait un clin d'oeil" />
|
||||||
@ -24,4 +29,5 @@
|
|||||||
<smiley txt="/o/" mood="danse" />
|
<smiley txt="/o/" mood="danse" />
|
||||||
<smiley txt="\\o\\" mood="danse" />
|
<smiley txt="\\o\\" mood="danse" />
|
||||||
<smiley txt="\\o/" mood="fait une accolade" />
|
<smiley txt="\\o/" mood="fait une accolade" />
|
||||||
|
|
||||||
</config>
|
</config>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user