Add conf sample, README, licence, AUTHORS

This commit is contained in:
Némunaire 2012-06-28 22:09:59 +02:00
commit 88a9343b09
4 changed files with 695 additions and 0 deletions

13
bot_sample.xml Normal file
View file

@ -0,0 +1,13 @@
<nemubotconfig nick="nemubot" realname="nemubot speaker" owner="someone">
<server server="irc.freenode.org" port="6667" password="secret" autojoin="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" />
</nemubotconfig>