1
0
Fork 0

Refresh sample configuration files

This commit is contained in:
nemunaire 2014-07-09 15:27:50 +02:00
parent 75def22e57
commit de85344b84
2 changed files with 32 additions and 12 deletions

View File

@ -1,13 +1,27 @@
<nemubotconfig nick="nemubot" realname="nemubot speaker" owner="someone">
<server server="irc.freenode.org" port="6667" password="secret" autoconnect="true">
<nemubotconfig nick="nemubot" realname="nemubot clone" owner="someone">
<server server="irc.rezosup.org" port="6667" autoconnect="true">
<channel name="#nemutest" />
</server>
<load path="modules/birthday.xml" />
<load path="modules/ycc.xml" />
<load path="modules/qcm.xml" />
<load path="modules/soutenance.xml" />
<load path="modules/velib.xml" />
<load path="modules/whereis.xml" />
<load path="modules/watchWebsite.xml" />
<load path="modules/events.xml" />
<!--
<server server="my_host.local" port="6667" password="secret" autoconnect="true" ip="10.69.42.23" ssl="on" allowall="true">
<channel name="#nemutest" />
</server>
-->
<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>

View File

@ -1,12 +1,17 @@
<config nick="nemubot" realname="nemubot speaker" owner="nemunaire">
<config nick="nemubot" realname="nemubot speaker" owner="someone">
<!-- Bitlbee/Minbif -->
<server server="nemunai.re" port="6666" password="bitlbee" />
<server server="nemunai.re" port="6666" password="bitlbee" allowall="true" />
<!-- Rezosup -->
<server server="nemunai.re" port="6667">
<channel name="#epita" />
</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="est triste" />
<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="fait une accolade" />
</config>